Html Css Color HEX #F35EF2 Pink Flamingo

📋 copy color: '#F35EF2'

red 243 ◦ green 94 ◦ blue 242

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

Shades of Pink Flamingo #F35EF2

Tints of Pink Flamingo #F35EF2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.23%

 BLUE value IS 242 (94.92% from 255) = 41.8%

R = 41.97%
G = 16.23%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F35EF2 (or 0xF35EF2) is known color: Pink Flamingo. HEX triplet: F3, 5E and F2. RGB value is (243,94,242). Sum of RGB (Red+Green+Blue) = 243+94+242=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 94 (37.11% from 255 or 16.23% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F35EF2 is #0CA10D. Grayscale: #9A9A9A. Windows color (decimal): -827662 or 15884019. OLE color: 15884019.

HSL color Cylindrical-coordinate representation of color #F35EF2: hue angle of 300.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EF2 is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 94 242 -
CMYK 0 0.61 0.00 0.05
HSL 300.4º 0.86% 0.66% -
HSV(B) 300.4º 0.61% 0.95% -
XYZ 56.99 33.47 87.46 -
YUV 155.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 243 94 242 0 0.61 0.00 0.05 300.4 0.86 0.66
Hex F3 5E F2 0 3D 0 5 12C 56 42
Octal 363 136 362 0 75 0 5 454 126 102
Binary 11110011 1011110 11110010 0 111101 0 101 100101100 1010110 1000010

Color Harmonies of #F35EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35EF2

Black with #F35EF2

Text Example


Text Example

White with #F35EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35EF2; }

 p { color: rgb(243,94,242); }

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

background-color css

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

 a { background-color: rgb(243,94,242); }

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

border-color css

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

 span { border-color: rgb(243,94,242); }

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