Html Css Color HEX #F0634C Flamingo

📋 copy color: '#F0634C'

red 240 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #F0634C

Tints of Flamingo #F0634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 57.83%
G = 23.86%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0634C (or 0xF0634C) is known color: Flamingo. HEX triplet: F0, 63 and 4C. RGB value is (240,99,76). Sum of RGB (Red+Green+Blue) = 240+99+76=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0634C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0634C is #0F9CB3. Grayscale: #8A8A8A. Windows color (decimal): -1023156 or 5006320. OLE color: 5006320.

HSL color Cylindrical-coordinate representation of color #F0634C: hue angle of 8.41º degrees, saturation: 0.85, 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 #F0634C is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 99 76 -
CMYK 0 0.59 0.68 0.06
HSL 8.41º 0.85% 0.62% -
HSV(B) 8.41º 0.68% 0.94% -
XYZ 41.7 27.97 10.04 -
YUV 138.54 92.71 200.37 -
System Red Green Blue C M Y K H S L
Decimal 240 99 76 0 0.59 0.68 0.06 8.41 0.85 0.62
Hex F0 63 4C 0 3B 44 6 8 55 3E
Octal 360 143 114 0 73 104 6 10 125 76
Binary 11110000 1100011 1001100 0 111011 1000100 110 1000 1010101 111110

Color Harmonies of #F0634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0634C

Black with #F0634C

Text Example


Text Example

White with #F0634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0634C; }

 p { color: rgb(240,99,76); }

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

background-color css

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

 a { background-color: rgb(240,99,76); }

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

border-color css

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

 span { border-color: rgb(240,99,76); }

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