Html Css Color HEX #F25D53 Flamingo

📋 copy color: '#F25D53'

red 242 ◦ green 93 ◦ blue 83

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

Shades of Flamingo #F25D53

Tints of Flamingo #F25D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.86%

R = 57.89%
G = 22.25%
B = 19.86%

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

#F25D53 (or 0xF25D53) is known color: Flamingo. HEX triplet: F2, 5D and 53. RGB value is (242,93,83). Sum of RGB (Red+Green+Blue) = 242+93+83=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25D53 is #0DA2AC. Grayscale: #888888. Windows color (decimal): -893613 or 5463538. OLE color: 5463538.

HSL color Cylindrical-coordinate representation of color #F25D53: hue angle of 3.77º 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 #F25D53 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 83 -
CMYK 0 0.62 0.66 0.05
HSL 3.77º 0.86% 0.64% -
HSV(B) 3.77º 0.66% 0.95% -
XYZ 42.09 27.33 11.24 -
YUV 136.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 242 93 83 0 0.62 0.66 0.05 3.77 0.86 0.64
Hex F2 5D 53 0 3E 42 5 4 56 40
Octal 362 135 123 0 76 102 5 4 126 100
Binary 11110010 1011101 1010011 0 111110 1000010 101 100 1010110 1000000

Color Harmonies of #F25D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D53

Black with #F25D53

Text Example


Text Example

White with #F25D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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