Html Css Color HEX #F25D52 Flamingo

📋 copy color: '#F25D52'

red 242 ◦ green 93 ◦ blue 82

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

Shades of Flamingo #F25D52

Tints of Flamingo #F25D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.66%

R = 58.03%
G = 22.3%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F25D52 (or 0xF25D52) is known color: Flamingo. HEX triplet: F2, 5D and 52. RGB value is (242,93,82). Sum of RGB (Red+Green+Blue) = 242+93+82=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D52 is #0DA2AD. Grayscale: #888888. Windows color (decimal): -893614 or 5398002. OLE color: 5398002.

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

Color convert

RGB 242 93 82 -
CMYK 0 0.62 0.66 0.05
HSL 4.13º 0.86% 0.64% -
HSV(B) 4.13º 0.66% 0.95% -
XYZ 42.06 27.32 11.04 -
YUV 136.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 242 93 82 0 0.62 0.66 0.05 4.13 0.86 0.64
Hex F2 5D 52 0 3E 42 5 4 56 40
Octal 362 135 122 0 76 102 5 4 126 100
Binary 11110010 1011101 1010010 0 111110 1000010 101 100 1010110 1000000

Color Harmonies of #F25D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D52

Black with #F25D52

Text Example


Text Example

White with #F25D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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