Html Css Color HEX #EF42FA Pink Flamingo

📋 copy color: '#EF42FA'

red 239 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #EF42FA

Tints of Pink Flamingo #EF42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.05%

R = 43.06%
G = 11.89%
B = 45.05%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF42FA (or 0xEF42FA) is known color: Pink Flamingo. HEX triplet: EF, 42 and FA. RGB value is (239,66,250). Sum of RGB (Red+Green+Blue) = 239+66+250=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42FA is #10BD05. Grayscale: #8A8A8A. Windows color (decimal): -1096966 or 16401135. OLE color: 16401135.

HSL color Cylindrical-coordinate representation of color #EF42FA: hue angle of 296.41º degrees, saturation: 0.95, 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 #EF42FA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 66 250 -
CMYK 0.04 0.74 0 0.02
HSL 296.41º 0.95% 0.62% -
HSV(B) 296.41º 0.74% 0.98% -
XYZ 54.8 29.15 93.18 -
YUV 138.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 239 66 250 0.04 0.74 0 0.02 296.41 0.95 0.62
Hex EF 42 FA 4 4A 0 2 128 5F 3E
Octal 357 102 372 4 112 0 2 450 137 76
Binary 11101111 1000010 11111010 100 1001010 0 10 100101000 1011111 111110

Color Harmonies of #EF42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42FA

Black with #EF42FA

Text Example


Text Example

White with #EF42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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