Html Css Color HEX #FE66F0 Pink Flamingo

📋 copy color: '#FE66F0'

red 254 ◦ green 102 ◦ blue 240

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

Shades of Pink Flamingo #FE66F0

Tints of Pink Flamingo #FE66F0

RGB

 RED value IS 254 (99.61% from 255) = 42.62%

 GREEN value IS 102 (40.23% from 255) = 17.11%

 BLUE value IS 240 (94.14% from 255) = 40.27%

R = 42.62%
G = 17.11%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE66F0 (or 0xFE66F0) is known color: Pink Flamingo. HEX triplet: FE, 66 and F0. RGB value is (254,102,240). Sum of RGB (Red+Green+Blue) = 254+102+240=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66F0 is #01990F. Grayscale: #A2A2A2. Windows color (decimal): -104720 or 15755006. OLE color: 15755006.

HSL color Cylindrical-coordinate representation of color #FE66F0: hue angle of 305.53º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66F0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 102 240 -
CMYK 0 0.60 0.06 0.00
HSL 305.53º 0.99% 0.7% -
HSV(B) 305.53º 0.6% 1% -
XYZ 61.35 36.86 86.32 -
YUV 163.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 254 102 240 0 0.60 0.06 0.00 305.53 0.99 0.7
Hex FE 66 F0 0 3C 6 0 132 63 46
Octal 376 146 360 0 74 6 0 462 143 106
Binary 11111110 1100110 11110000 0 111100 110 0 100110010 1100011 1000110

Color Harmonies of #FE66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE66F0

Black with #FE66F0

Text Example


Text Example

White with #FE66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE66F0; }

 p { color: rgb(254,102,240); }

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

background-color css

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

 a { background-color: rgb(254,102,240); }

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

border-color css

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

 span { border-color: rgb(254,102,240); }

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