Html Css Color HEX #F2716E Geraldine

📋 copy color: '#F2716E'

red 242 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #F2716E

Tints of Geraldine #F2716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

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

R = 52.04%
G = 24.3%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2716E (or 0xF2716E) is known color: Geraldine. HEX triplet: F2, 71 and 6E. RGB value is (242,113,110). Sum of RGB (Red+Green+Blue) = 242+113+110=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2716E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2716E is #0D8E91. Grayscale: #979797. Windows color (decimal): -888466 or 7238130. OLE color: 7238130.

HSL color Cylindrical-coordinate representation of color #F2716E: hue angle of 1.36º 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 #F2716E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 113 110 -
CMYK 0 0.53 0.55 0.05
HSL 1.36º 0.84% 0.69% -
HSV(B) 1.36º 0.55% 0.95% -
XYZ 45.34 31.81 18.5 -
YUV 151.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 242 113 110 0 0.53 0.55 0.05 1.36 0.84 0.69
Hex F2 71 6E 0 35 37 5 1 54 45
Octal 362 161 156 0 65 67 5 1 124 105
Binary 11110010 1110001 1101110 0 110101 110111 101 1 1010100 1000101

Color Harmonies of #F2716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2716E

Black with #F2716E

Text Example


Text Example

White with #F2716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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