Html Css Color HEX #F27470 Geraldine

📋 copy color: '#F27470'

red 242 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #F27470

Tints of Geraldine #F27470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.68%

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 51.49%
G = 24.68%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F27470 (or 0xF27470) is known color: Geraldine. HEX triplet: F2, 74 and 70. RGB value is (242,116,112). Sum of RGB (Red+Green+Blue) = 242+116+112=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F27470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27470 is #0D8B8F. Grayscale: #999999. Windows color (decimal): -887696 or 7369970. OLE color: 7369970.

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

Color convert

RGB 242 116 112 -
CMYK 0 0.52 0.54 0.05
HSL 1.85º 0.83% 0.69% -
HSV(B) 1.85º 0.54% 0.95% -
XYZ 45.79 32.54 19.2 -
YUV 153.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 242 116 112 0 0.52 0.54 0.05 1.85 0.83 0.69
Hex F2 74 70 0 34 36 5 2 53 45
Octal 362 164 160 0 64 66 5 2 123 105
Binary 11110010 1110100 1110000 0 110100 110110 101 10 1010011 1000101

Color Harmonies of #F27470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27470

Black with #F27470

Text Example


Text Example

White with #F27470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27470; }

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

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

background-color css

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

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

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

border-color css

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

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

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