Html Css Color HEX #F27580 Froly

📋 copy color: '#F27580'

red 242 ◦ green 117 ◦ blue 128

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

Shades of Froly #F27580

Tints of Froly #F27580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

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

R = 49.69%
G = 24.02%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F27580 (or 0xF27580) is known color: Froly. HEX triplet: F2, 75 and 80. RGB value is (242,117,128). Sum of RGB (Red+Green+Blue) = 242+117+128=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F27580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27580 is #0D8A7F. Grayscale: #9B9B9B. Windows color (decimal): -887424 or 8418802. OLE color: 8418802.

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

Color convert

RGB 242 117 128 -
CMYK 0 0.52 0.47 0.05
HSL 354.72º 0.83% 0.7% -
HSV(B) 354.72º 0.52% 0.95% -
XYZ 46.88 33.16 24.35 -
YUV 155.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 242 117 128 0 0.52 0.47 0.05 354.72 0.83 0.7
Hex F2 75 80 0 34 2F 5 163 53 46
Octal 362 165 200 0 64 57 5 543 123 106
Binary 11110010 1110101 10000000 0 110100 101111 101 101100011 1010011 1000110

Color Harmonies of #F27580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27580

Black with #F27580

Text Example


Text Example

White with #F27580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27580; }

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

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

background-color css

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

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

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

border-color css

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

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

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