Html Css Color HEX #F47281 Froly

📋 copy color: '#F47281'

red 244 ◦ green 114 ◦ blue 129

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

Shades of Froly #F47281

Tints of Froly #F47281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 50.1%
G = 23.41%
B = 26.49%

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

#F47281 (or 0xF47281) is known color: Froly. HEX triplet: F4, 72 and 81. RGB value is (244,114,129). Sum of RGB (Red+Green+Blue) = 244+114+129=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F47281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47281 is #0B8D7E. Grayscale: #9A9A9A. Windows color (decimal): -757119 or 8483572. OLE color: 8483572.

HSL color Cylindrical-coordinate representation of color #F47281: hue angle of 353.08º degrees, saturation: 0.86, 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 #F47281 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 114 129 -
CMYK 0 0.53 0.47 0.04
HSL 353.08º 0.86% 0.7% -
HSV(B) 353.08º 0.53% 0.96% -
XYZ 47.29 32.85 24.62 -
YUV 154.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 244 114 129 0 0.53 0.47 0.04 353.08 0.86 0.7
Hex F4 72 81 0 35 2F 4 161 56 46
Octal 364 162 201 0 65 57 4 541 126 106
Binary 11110100 1110010 10000001 0 110101 101111 100 101100001 1010110 1000110

Color Harmonies of #F47281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47281

Black with #F47281

Text Example


Text Example

White with #F47281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47281; }

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

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

background-color css

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

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

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

border-color css

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

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

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