Html Css Color HEX #FD66F2 Pink Flamingo

📋 copy color: '#FD66F2'

red 253 ◦ green 102 ◦ blue 242

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

Shades of Pink Flamingo #FD66F2

Tints of Pink Flamingo #FD66F2

RGB

 RED value IS 253 (99.22% from 255) = 42.38%

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

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

R = 42.38%
G = 17.09%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD66F2 (or 0xFD66F2) is known color: Pink Flamingo. HEX triplet: FD, 66 and F2. RGB value is (253,102,242). Sum of RGB (Red+Green+Blue) = 253+102+242=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66F2 is #02990D. Grayscale: #A2A2A2. Windows color (decimal): -170254 or 15886077. OLE color: 15886077.

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

Color convert

RGB 253 102 242 -
CMYK 0 0.60 0.04 0.01
HSL 304.37º 0.97% 0.7% -
HSV(B) 304.37º 0.6% 0.99% -
XYZ 61.29 36.8 87.88 -
YUV 163.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 253 102 242 0 0.60 0.04 0.01 304.37 0.97 0.7
Hex FD 66 F2 0 3C 4 1 130 61 46
Octal 375 146 362 0 74 4 1 460 141 106
Binary 11111101 1100110 11110010 0 111100 100 1 100110000 1100001 1000110

Color Harmonies of #FD66F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66F2

Black with #FD66F2

Text Example


Text Example

White with #FD66F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66F2; }

 p { color: rgb(253,102,242); }

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

background-color css

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

 a { background-color: rgb(253,102,242); }

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

border-color css

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

 span { border-color: rgb(253,102,242); }

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