Html Css Color HEX #F25854 Flamingo

📋 copy color: '#F25854'

red 242 ◦ green 88 ◦ blue 84

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

Shades of Flamingo #F25854

Tints of Flamingo #F25854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.29%

R = 58.45%
G = 21.26%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F25854 (or 0xF25854) is known color: Flamingo. HEX triplet: F2, 58 and 54. RGB value is (242,88,84). Sum of RGB (Red+Green+Blue) = 242+88+84=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F25854 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25854 is #0DA7AB. Grayscale: #858585. Windows color (decimal): -894892 or 5527794. OLE color: 5527794.

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

Color convert

RGB 242 88 84 -
CMYK 0 0.64 0.65 0.05
HSL 1.52º 0.86% 0.64% -
HSV(B) 1.52º 0.65% 0.95% -
XYZ 41.71 26.5 11.3 -
YUV 133.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 242 88 84 0 0.64 0.65 0.05 1.52 0.86 0.64
Hex F2 58 54 0 40 41 5 2 56 40
Octal 362 130 124 0 100 101 5 2 126 100
Binary 11110010 1011000 1010100 0 1000000 1000001 101 10 1010110 1000000

Color Harmonies of #F25854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25854

Black with #F25854

Text Example


Text Example

White with #F25854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25854; }

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

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

background-color css

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

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

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

border-color css

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

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

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