Html Css Color HEX #EF42FB Pink Flamingo

📋 copy color: '#EF42FB'

red 239 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #EF42FB

Tints of Pink Flamingo #EF42FB

RGB

 RED value IS 239 (93.75% from 255) = 42.99%

 GREEN value IS 66 (26.17% from 255) = 11.87%

 BLUE value IS 251 (98.44% from 255) = 45.14%

R = 42.99%
G = 11.87%
B = 45.14%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF42FB (or 0xEF42FB) is known color: Pink Flamingo. HEX triplet: EF, 42 and FB. RGB value is (239,66,251). Sum of RGB (Red+Green+Blue) = 239+66+251=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF42FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42FB is #10BD04. Grayscale: #8A8A8A. Windows color (decimal): -1096965 or 16466671. OLE color: 16466671.

HSL color Cylindrical-coordinate representation of color #EF42FB: hue angle of 296.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF42FB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 66 251 -
CMYK 0.05 0.74 0 0.02
HSL 296.11º 0.96% 0.62% -
HSV(B) 296.11º 0.74% 0.98% -
XYZ 54.96 29.21 94.01 -
YUV 138.82 191.31 199.46 -
System Red Green Blue C M Y K H S L
Decimal 239 66 251 0.05 0.74 0 0.02 296.11 0.96 0.62
Hex EF 42 FB 5 4A 0 2 128 60 3E
Octal 357 102 373 5 112 0 2 450 140 76
Binary 11101111 1000010 11111011 101 1001010 0 10 100101000 1100000 111110

Color Harmonies of #EF42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42FB

Black with #EF42FB

Text Example


Text Example

White with #EF42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42FB; }

 p { color: rgb(239,66,251); }

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

background-color css

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

 a { background-color: rgb(239,66,251); }

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

border-color css

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

 span { border-color: rgb(239,66,251); }

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