Html Css Color HEX #EF42FC Pink Flamingo

📋 copy color: '#EF42FC'

red 239 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #EF42FC

Tints of Pink Flamingo #EF42FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 42.91%
G = 11.85%
B = 45.24%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF42FC (or 0xEF42FC) is known color: Pink Flamingo. HEX triplet: EF, 42 and FC. RGB value is (239,66,252). Sum of RGB (Red+Green+Blue) = 239+66+252=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF42FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42FC is #10BD03. Grayscale: #8A8A8A. Windows color (decimal): -1096964 or 16532207. OLE color: 16532207.

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

Color convert

RGB 239 66 252 -
CMYK 0.05 0.74 0 0.01
HSL 295.81º 0.97% 0.62% -
HSV(B) 295.81º 0.74% 0.99% -
XYZ 55.12 29.28 94.84 -
YUV 138.93 191.81 199.38 -
System Red Green Blue C M Y K H S L
Decimal 239 66 252 0.05 0.74 0 0.01 295.81 0.97 0.62
Hex EF 42 FC 5 4A 0 1 128 61 3E
Octal 357 102 374 5 112 0 1 450 141 76
Binary 11101111 1000010 11111100 101 1001010 0 1 100101000 1100001 111110

Color Harmonies of #EF42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42FC

Black with #EF42FC

Text Example


Text Example

White with #EF42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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