Html Css Color HEX #F25DED Pink Flamingo

📋 copy color: '#F25DED'

red 242 ◦ green 93 ◦ blue 237

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

Shades of Pink Flamingo #F25DED

Tints of Pink Flamingo #F25DED

RGB

 RED value IS 242 (94.92% from 255) = 42.31%

 GREEN value IS 93 (36.72% from 255) = 16.26%

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 42.31%
G = 16.26%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F25DED (or 0xF25DED) is known color: Pink Flamingo. HEX triplet: F2, 5D and ED. RGB value is (242,93,237). Sum of RGB (Red+Green+Blue) = 242+93+237=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DED is #0DA212. Grayscale: #999999. Windows color (decimal): -893459 or 15556082. OLE color: 15556082.

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

Color convert

RGB 242 93 237 -
CMYK 0 0.62 0.02 0.05
HSL 302.01º 0.85% 0.66% -
HSV(B) 302.01º 0.62% 0.95% -
XYZ 55.82 32.82 83.51 -
YUV 153.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 242 93 237 0 0.62 0.02 0.05 302.01 0.85 0.66
Hex F2 5D ED 0 3E 2 5 12E 55 42
Octal 362 135 355 0 76 2 5 456 125 102
Binary 11110010 1011101 11101101 0 111110 10 101 100101110 1010101 1000010

Color Harmonies of #F25DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25DED

Black with #F25DED

Text Example


Text Example

White with #F25DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25DED; }

 p { color: rgb(242,93,237); }

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

background-color css

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

 a { background-color: rgb(242,93,237); }

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

border-color css

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

 span { border-color: rgb(242,93,237); }

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