Html Css Color HEX #F2706E Geraldine

📋 copy color: '#F2706E'

red 242 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #F2706E

Tints of Geraldine #F2706E

RGB

 RED value IS 242 (94.92% from 255) = 52.16%

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 52.16%
G = 24.14%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2706E (or 0xF2706E) is known color: Geraldine. HEX triplet: F2, 70 and 6E. RGB value is (242,112,110). Sum of RGB (Red+Green+Blue) = 242+112+110=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F2706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2706E is #0D8F91. Grayscale: #969696. Windows color (decimal): -888722 or 7237874. OLE color: 7237874.

HSL color Cylindrical-coordinate representation of color #F2706E: hue angle of 0.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2706E is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 112 110 -
CMYK 0 0.54 0.55 0.05
HSL 0.91º 0.84% 0.69% -
HSV(B) 0.91º 0.55% 0.95% -
XYZ 45.23 31.59 18.47 -
YUV 150.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 242 112 110 0 0.54 0.55 0.05 0.91 0.84 0.69
Hex F2 70 6E 0 36 37 5 1 54 45
Octal 362 160 156 0 66 67 5 1 124 105
Binary 11110010 1110000 1101110 0 110110 110111 101 1 1010100 1000101

Color Harmonies of #F2706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2706E

Black with #F2706E

Text Example


Text Example

White with #F2706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2706E; }

 p { color: rgb(242,112,110); }

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

background-color css

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

 a { background-color: rgb(242,112,110); }

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

border-color css

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

 span { border-color: rgb(242,112,110); }

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