Html Css Color HEX #F25853 Flamingo

📋 copy color: '#F25853'

red 242 ◦ green 88 ◦ blue 83

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

Shades of Flamingo #F25853

Tints of Flamingo #F25853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.31%

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

R = 58.6%
G = 21.31%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F25853 (or 0xF25853) is known color: Flamingo. HEX triplet: F2, 58 and 53. RGB value is (242,88,83). Sum of RGB (Red+Green+Blue) = 242+88+83=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F25853 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25853 is #0DA7AC. Grayscale: #858585. Windows color (decimal): -894893 or 5462258. OLE color: 5462258.

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

Color convert

RGB 242 88 83 -
CMYK 0 0.64 0.66 0.05
HSL 1.89º 0.86% 0.64% -
HSV(B) 1.89º 0.66% 0.95% -
XYZ 41.67 26.48 11.1 -
YUV 133.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 242 88 83 0 0.64 0.66 0.05 1.89 0.86 0.64
Hex F2 58 53 0 40 42 5 2 56 40
Octal 362 130 123 0 100 102 5 2 126 100
Binary 11110010 1011000 1010011 0 1000000 1000010 101 10 1010110 1000000

Color Harmonies of #F25853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25853

Black with #F25853

Text Example


Text Example

White with #F25853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25853; }

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

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

background-color css

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

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

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

border-color css

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

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

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