Html Css Color HEX #F0726A Geraldine

📋 copy color: '#F0726A'

red 240 ◦ green 114 ◦ blue 106

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

Shades of Geraldine #F0726A

Tints of Geraldine #F0726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.04%

R = 52.17%
G = 24.78%
B = 23.04%

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

#F0726A (or 0xF0726A) is known color: Geraldine. HEX triplet: F0, 72 and 6A. RGB value is (240,114,106). Sum of RGB (Red+Green+Blue) = 240+114+106=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0726A is #0F8D95. Grayscale: #969696. Windows color (decimal): -1019286 or 6976240. OLE color: 6976240.

HSL color Cylindrical-coordinate representation of color #F0726A: hue angle of 3.58º 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 #F0726A is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 114 106 -
CMYK 0 0.52 0.56 0.06
HSL 3.58º 0.82% 0.68% -
HSV(B) 3.58º 0.56% 0.94% -
XYZ 44.55 31.6 17.39 -
YUV 150.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 240 114 106 0 0.52 0.56 0.06 3.58 0.82 0.68
Hex F0 72 6A 0 34 38 6 4 52 44
Octal 360 162 152 0 64 70 6 4 122 104
Binary 11110000 1110010 1101010 0 110100 111000 110 100 1010010 1000100

Color Harmonies of #F0726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0726A

Black with #F0726A

Text Example


Text Example

White with #F0726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0726A; }

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

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

background-color css

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

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

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

border-color css

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

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

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