Html Css Color HEX #F2716F Geraldine

📋 copy color: '#F2716F'

red 242 ◦ green 113 ◦ blue 111

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

Shades of Geraldine #F2716F

Tints of Geraldine #F2716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 51.93%
G = 24.25%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2716F (or 0xF2716F) is known color: Geraldine. HEX triplet: F2, 71 and 6F. RGB value is (242,113,111). Sum of RGB (Red+Green+Blue) = 242+113+111=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2716F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2716F is #0D8E90. Grayscale: #979797. Windows color (decimal): -888465 or 7303666. OLE color: 7303666.

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

Color convert

RGB 242 113 111 -
CMYK 0 0.53 0.54 0.05
HSL 0.92º 0.83% 0.69% -
HSV(B) 0.92º 0.54% 0.95% -
XYZ 45.39 31.84 18.79 -
YUV 151.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 242 113 111 0 0.53 0.54 0.05 0.92 0.83 0.69
Hex F2 71 6F 0 35 36 5 1 53 45
Octal 362 161 157 0 65 66 5 1 123 105
Binary 11110010 1110001 1101111 0 110101 110110 101 1 1010011 1000101

Color Harmonies of #F2716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2716F

Black with #F2716F

Text Example


Text Example

White with #F2716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2716F; }

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

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

background-color css

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

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

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

border-color css

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

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

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