Html Css Color HEX #F25B5A Flamingo

📋 copy color: '#F25B5A'

red 242 ◦ green 91 ◦ blue 90

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

Shades of Flamingo #F25B5A

Tints of Flamingo #F25B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 57.21%
G = 21.51%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F25B5A (or 0xF25B5A) is known color: Flamingo. HEX triplet: F2, 5B and 5A. RGB value is (242,91,90). Sum of RGB (Red+Green+Blue) = 242+91+90=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25B5A is #0DA4A5. Grayscale: #888888. Windows color (decimal): -894118 or 5921778. OLE color: 5921778.

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

Color convert

RGB 242 91 90 -
CMYK 0 0.62 0.63 0.05
HSL 0.39º 0.85% 0.65% -
HSV(B) 0.39º 0.63% 0.95% -
XYZ 42.2 27.1 12.68 -
YUV 136.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 242 91 90 0 0.62 0.63 0.05 0.39 0.85 0.65
Hex F2 5B 5A 0 3E 3F 5 0 55 41
Octal 362 133 132 0 76 77 5 0 125 101
Binary 11110010 1011011 1011010 0 111110 111111 101 0 1010101 1000001

Color Harmonies of #F25B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B5A

Black with #F25B5A

Text Example


Text Example

White with #F25B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B5A; }

 p { color: rgb(242,91,90); }

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

background-color css

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

 a { background-color: rgb(242,91,90); }

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

border-color css

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

 span { border-color: rgb(242,91,90); }

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