Html Css Color HEX #F06752 Flamingo

📋 copy color: '#F06752'

red 240 ◦ green 103 ◦ blue 82

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

Shades of Flamingo #F06752

Tints of Flamingo #F06752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.24%

 BLUE value IS 82 (32.42% from 255) = 19.29%

R = 56.47%
G = 24.24%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F06752 (or 0xF06752) is known color: Flamingo. HEX triplet: F0, 67 and 52. RGB value is (240,103,82). Sum of RGB (Red+Green+Blue) = 240+103+82=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F06752 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06752 is #0F98AD. Grayscale: #8D8D8D. Windows color (decimal): -1022126 or 5400560. OLE color: 5400560.

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

Color convert

RGB 240 103 82 -
CMYK 0 0.57 0.66 0.06
HSL 7.97º 0.84% 0.63% -
HSV(B) 7.97º 0.66% 0.94% -
XYZ 42.31 28.83 11.32 -
YUV 141.57 94.39 198.21 -
System Red Green Blue C M Y K H S L
Decimal 240 103 82 0 0.57 0.66 0.06 7.97 0.84 0.63
Hex F0 67 52 0 39 42 6 8 54 3F
Octal 360 147 122 0 71 102 6 10 124 77
Binary 11110000 1100111 1010010 0 111001 1000010 110 1000 1010100 111111

Color Harmonies of #F06752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06752

Black with #F06752

Text Example


Text Example

White with #F06752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06752; }

 p { color: rgb(240,103,82); }

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

background-color css

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

 a { background-color: rgb(240,103,82); }

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

border-color css

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

 span { border-color: rgb(240,103,82); }

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