Html Css Color HEX #F27080 Froly

📋 copy color: '#F27080'

red 242 ◦ green 112 ◦ blue 128

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

Shades of Froly #F27080

Tints of Froly #F27080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 50.21%
G = 23.24%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F27080 (or 0xF27080) is known color: Froly. HEX triplet: F2, 70 and 80. RGB value is (242,112,128). Sum of RGB (Red+Green+Blue) = 242+112+128=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F27080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27080 is #0D8F7F. Grayscale: #989898. Windows color (decimal): -888704 or 8417522. OLE color: 8417522.

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

Color convert

RGB 242 112 128 -
CMYK 0 0.54 0.47 0.05
HSL 352.62º 0.83% 0.69% -
HSV(B) 352.62º 0.54% 0.95% -
XYZ 46.31 32.02 24.16 -
YUV 152.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 242 112 128 0 0.54 0.47 0.05 352.62 0.83 0.69
Hex F2 70 80 0 36 2F 5 161 53 45
Octal 362 160 200 0 66 57 5 541 123 105
Binary 11110010 1110000 10000000 0 110110 101111 101 101100001 1010011 1000101

Color Harmonies of #F27080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27080

Black with #F27080

Text Example


Text Example

White with #F27080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27080; }

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

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

background-color css

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

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

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

border-color css

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

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

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