Html Css Color HEX #F25C53 Flamingo

📋 copy color: '#F25C53'

red 242 ◦ green 92 ◦ blue 83

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

Shades of Flamingo #F25C53

Tints of Flamingo #F25C53

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

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

R = 58.03%
G = 22.06%
B = 19.9%

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

#F25C53 (or 0xF25C53) is known color: Flamingo. HEX triplet: F2, 5C and 53. RGB value is (242,92,83). Sum of RGB (Red+Green+Blue) = 242+92+83=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25C53 is #0DA3AC. Grayscale: #888888. Windows color (decimal): -893869 or 5463282. OLE color: 5463282.

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

Color convert

RGB 242 92 83 -
CMYK 0 0.62 0.66 0.05
HSL 3.4º 0.86% 0.64% -
HSV(B) 3.4º 0.66% 0.95% -
XYZ 42.01 27.16 11.21 -
YUV 135.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 242 92 83 0 0.62 0.66 0.05 3.4 0.86 0.64
Hex F2 5C 53 0 3E 42 5 3 56 40
Octal 362 134 123 0 76 102 5 3 126 100
Binary 11110010 1011100 1010011 0 111110 1000010 101 11 1010110 1000000

Color Harmonies of #F25C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C53

Black with #F25C53

Text Example


Text Example

White with #F25C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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