Html Css Color HEX #F2716B Geraldine

📋 copy color: '#F2716B'

red 242 ◦ green 113 ◦ blue 107

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

Shades of Geraldine #F2716B

Tints of Geraldine #F2716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.16%

R = 52.38%
G = 24.46%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2716B (or 0xF2716B) is known color: Geraldine. HEX triplet: F2, 71 and 6B. RGB value is (242,113,107). Sum of RGB (Red+Green+Blue) = 242+113+107=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2716B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2716B is #0D8E94. Grayscale: #979797. Windows color (decimal): -888469 or 7041522. OLE color: 7041522.

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

Color convert

RGB 242 113 107 -
CMYK 0 0.53 0.56 0.05
HSL 2.67º 0.84% 0.68% -
HSV(B) 2.67º 0.56% 0.95% -
XYZ 45.18 31.75 17.66 -
YUV 150.89 103.24 192.99 -
System Red Green Blue C M Y K H S L
Decimal 242 113 107 0 0.53 0.56 0.05 2.67 0.84 0.68
Hex F2 71 6B 0 35 38 5 3 54 44
Octal 362 161 153 0 65 70 5 3 124 104
Binary 11110010 1110001 1101011 0 110101 111000 101 11 1010100 1000100

Color Harmonies of #F2716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2716B

Black with #F2716B

Text Example


Text Example

White with #F2716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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