Html Css Color HEX #F07269 Geraldine

📋 copy color: '#F07269'

red 240 ◦ green 114 ◦ blue 105

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

Shades of Geraldine #F07269

Tints of Geraldine #F07269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 52.29%
G = 24.84%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F07269 (or 0xF07269) is known color: Geraldine. HEX triplet: F0, 72 and 69. RGB value is (240,114,105). Sum of RGB (Red+Green+Blue) = 240+114+105=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F07269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07269 is #0F8D96. Grayscale: #969696. Windows color (decimal): -1019287 or 6910704. OLE color: 6910704.

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

Color convert

RGB 240 114 105 -
CMYK 0 0.52 0.56 0.06
HSL 0.82% 0.68% -
HSV(B) 0.56% 0.94% -
XYZ 44.5 31.58 17.11 -
YUV 150.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 240 114 105 0 0.52 0.56 0.06 4 0.82 0.68
Hex F0 72 69 0 34 38 6 4 52 44
Octal 360 162 151 0 64 70 6 4 122 104
Binary 11110000 1110010 1101001 0 110100 111000 110 100 1010010 1000100

Color Harmonies of #F07269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07269

Black with #F07269

Text Example


Text Example

White with #F07269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07269; }

 p { color: rgb(240,114,105); }

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

background-color css

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

 a { background-color: rgb(240,114,105); }

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

border-color css

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

 span { border-color: rgb(240,114,105); }

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