Html Css Color HEX #F05F4D Flamingo

📋 copy color: '#F05F4D'

red 240 ◦ green 95 ◦ blue 77

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

Shades of Flamingo #F05F4D

Tints of Flamingo #F05F4D

RGB

 RED value IS 240 (94.14% from 255) = 58.25%

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 58.25%
G = 23.06%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F05F4D (or 0xF05F4D) is known color: Flamingo. HEX triplet: F0, 5F and 4D. RGB value is (240,95,77). Sum of RGB (Red+Green+Blue) = 240+95+77=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05F4D is #0FA0B2. Grayscale: #888888. Windows color (decimal): -1024179 or 5070832. OLE color: 5070832.

HSL color Cylindrical-coordinate representation of color #F05F4D: hue angle of 6.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F05F4D is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 95 77 -
CMYK 0 0.60 0.68 0.06
HSL 6.63º 0.84% 0.62% -
HSV(B) 6.63º 0.68% 0.94% -
XYZ 41.37 27.25 10.1 -
YUV 136.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 240 95 77 0 0.60 0.68 0.06 6.63 0.84 0.62
Hex F0 5F 4D 0 3C 44 6 7 54 3E
Octal 360 137 115 0 74 104 6 7 124 76
Binary 11110000 1011111 1001101 0 111100 1000100 110 111 1010100 111110

Color Harmonies of #F05F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F4D

Black with #F05F4D

Text Example


Text Example

White with #F05F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F4D; }

 p { color: rgb(240,95,77); }

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

background-color css

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

 a { background-color: rgb(240,95,77); }

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

border-color css

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

 span { border-color: rgb(240,95,77); }

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