Html Css Color HEX #F27883 Froly

📋 copy color: '#F27883'

red 242 ◦ green 120 ◦ blue 131

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

Shades of Froly #F27883

Tints of Froly #F27883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.34%

 BLUE value IS 131 (51.56% from 255) = 26.57%

R = 49.09%
G = 24.34%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F27883 (or 0xF27883) is known color: Froly. HEX triplet: F2, 78 and 83. RGB value is (242,120,131). Sum of RGB (Red+Green+Blue) = 242+120+131=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F27883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27883 is #0D877C. Grayscale: #9D9D9D. Windows color (decimal): -886653 or 8616178. OLE color: 8616178.

HSL color Cylindrical-coordinate representation of color #F27883: hue angle of 354.59º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27883 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 120 131 -
CMYK 0 0.50 0.46 0.05
HSL 354.59º 0.82% 0.71% -
HSV(B) 354.59º 0.5% 0.95% -
XYZ 47.43 33.95 25.53 -
YUV 157.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 242 120 131 0 0.50 0.46 0.05 354.59 0.82 0.71
Hex F2 78 83 0 32 2E 5 163 52 47
Octal 362 170 203 0 62 56 5 543 122 107
Binary 11110010 1111000 10000011 0 110010 101110 101 101100011 1010010 1000111

Color Harmonies of #F27883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27883

Black with #F27883

Text Example


Text Example

White with #F27883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27883; }

 p { color: rgb(242,120,131); }

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

background-color css

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

 a { background-color: rgb(242,120,131); }

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

border-color css

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

 span { border-color: rgb(242,120,131); }

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