Html Css Color HEX #F47381 Froly

📋 copy color: '#F47381'

red 244 ◦ green 115 ◦ blue 129

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

Shades of Froly #F47381

Tints of Froly #F47381

RGB

 RED value IS 244 (95.7% from 255) = 50%

 GREEN value IS 115 (45.31% from 255) = 23.57%

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 50%
G = 23.57%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F47381 (or 0xF47381) is known color: Froly. HEX triplet: F4, 73 and 81. RGB value is (244,115,129). Sum of RGB (Red+Green+Blue) = 244+115+129=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F47381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47381 is #0B8C7E. Grayscale: #9B9B9B. Windows color (decimal): -756863 or 8483828. OLE color: 8483828.

HSL color Cylindrical-coordinate representation of color #F47381: hue angle of 353.49º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F47381 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 115 129 -
CMYK 0 0.53 0.47 0.04
HSL 353.49º 0.85% 0.7% -
HSV(B) 353.49º 0.53% 0.96% -
XYZ 47.4 33.08 24.66 -
YUV 155.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 244 115 129 0 0.53 0.47 0.04 353.49 0.85 0.7
Hex F4 73 81 0 35 2F 4 161 55 46
Octal 364 163 201 0 65 57 4 541 125 106
Binary 11110100 1110011 10000001 0 110101 101111 100 101100001 1010101 1000110

Color Harmonies of #F47381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47381

Black with #F47381

Text Example


Text Example

White with #F47381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47381; }

 p { color: rgb(244,115,129); }

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

background-color css

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

 a { background-color: rgb(244,115,129); }

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

border-color css

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

 span { border-color: rgb(244,115,129); }

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