Html Css Color HEX #F27381 Froly

📋 copy color: '#F27381'

red 242 ◦ green 115 ◦ blue 129

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

Shades of Froly #F27381

Tints of Froly #F27381

RGB

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

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

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

R = 49.79%
G = 23.66%
B = 26.54%

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

#F27381 (or 0xF27381) is known color: Froly. HEX triplet: F2, 73 and 81. RGB value is (242,115,129). Sum of RGB (Red+Green+Blue) = 242+115+129=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F27381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27381 is #0D8C7E. Grayscale: #9A9A9A. Windows color (decimal): -887935 or 8483826. OLE color: 8483826.

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

Color convert

RGB 242 115 129 -
CMYK 0 0.52 0.47 0.05
HSL 353.39º 0.83% 0.7% -
HSV(B) 353.39º 0.52% 0.95% -
XYZ 46.71 32.72 24.62 -
YUV 154.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 242 115 129 0 0.52 0.47 0.05 353.39 0.83 0.7
Hex F2 73 81 0 34 2F 5 161 53 46
Octal 362 163 201 0 64 57 5 541 123 106
Binary 11110010 1110011 10000001 0 110100 101111 101 101100001 1010011 1000110

Color Harmonies of #F27381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27381

Black with #F27381

Text Example


Text Example

White with #F27381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27381; }

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

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

background-color css

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

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

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

border-color css

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

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

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