Html Css Color HEX #F355FF Pink Flamingo

📋 copy color: '#F355FF'

red 243 ◦ green 85 ◦ blue 255

#F355FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #F355FF

Tints of Pink Flamingo #F355FF

RGB

 RED value IS 243 (95.31% from 255) = 41.68%

 GREEN value IS 85 (33.59% from 255) = 14.58%

 BLUE value IS 255 (100% from 255) = 43.74%

R = 41.68%
G = 14.58%
B = 43.74%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F355FF (or 0xF355FF) is known color: Pink Flamingo. HEX triplet: F3, 55 and FF. RGB value is (243,85,255). Sum of RGB (Red+Green+Blue) = 243+85+255=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 85 (33.59% from 255 or 14.58% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #F355FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355FF is #0CAA00. Grayscale: #979797. Windows color (decimal): -829953 or 16733683. OLE color: 16733683.

HSL color Cylindrical-coordinate representation of color #F355FF: hue angle of 295.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F355FF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 85 255 -
CMYK 0.05 0.67 0 0
HSL 295.76º 1% 0.67% -
HSV(B) 295.76º 0.67% 1% -
XYZ 58.26 32.77 97.86 -
YUV 151.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 243 85 255 0.05 0.67 0 0 295.76 1 0.67
Hex F3 55 FF 5 43 0 0 128 64 43
Octal 363 125 377 5 103 0 0 450 144 103
Binary 11110011 1010101 11111111 101 1000011 0 0 100101000 1100100 1000011

Color Harmonies of #F355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F355FF

Black with #F355FF

Text Example


Text Example

White with #F355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F355FF; }

 p { color: rgb(243,85,255); }

 H1.HeaderClassName
 {
   color: #F355FF;
 }
 .AnyTagClassName
 {
   color: #F355FF;
 }
</style>

background-color css

<style>
 a { background-color: #F355FF; }

 a { background-color: rgb(243,85,255); }

 div.DivClassName
 {
   background-color: #F355FF;
 }
 .BgClassName
 {
   background-color: #F355FF;
 }
</style>

border-color css

<style>
 span { border-color: #F355FF; }

 span { border-color: rgb(243,85,255); }

 td.TdClassName
 {
   border-color: #F355FF;
 }
 .TagClassName
 {
   border-color: #F355FF;
 }
</style>