Html Css Color HEX #F0736C Geraldine

📋 copy color: '#F0736C'

red 240 ◦ green 115 ◦ blue 108

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

Shades of Geraldine #F0736C

Tints of Geraldine #F0736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 51.84%
G = 24.84%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0736C (or 0xF0736C) is known color: Geraldine. HEX triplet: F0, 73 and 6C. RGB value is (240,115,108). Sum of RGB (Red+Green+Blue) = 240+115+108=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0736C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0736C is #0F8C93. Grayscale: #979797. Windows color (decimal): -1019028 or 7107568. OLE color: 7107568.

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

Color convert

RGB 240 115 108 -
CMYK 0 0.52 0.55 0.06
HSL 3.18º 0.81% 0.68% -
HSV(B) 3.18º 0.55% 0.94% -
XYZ 44.77 31.87 17.98 -
YUV 151.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 240 115 108 0 0.52 0.55 0.06 3.18 0.81 0.68
Hex F0 73 6C 0 34 37 6 3 51 44
Octal 360 163 154 0 64 67 6 3 121 104
Binary 11110000 1110011 1101100 0 110100 110111 110 11 1010001 1000100

Color Harmonies of #F0736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0736C

Black with #F0736C

Text Example


Text Example

White with #F0736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0736C; }

 p { color: rgb(240,115,108); }

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

background-color css

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

 a { background-color: rgb(240,115,108); }

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

border-color css

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

 span { border-color: rgb(240,115,108); }

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