Html Css Color HEX #F27C7D Froly

📋 copy color: '#F27C7D'

red 242 ◦ green 124 ◦ blue 125

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

Shades of Froly #F27C7D

Tints of Froly #F27C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.25%

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 49.29%
G = 25.25%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F27C7D (or 0xF27C7D) is known color: Froly. HEX triplet: F2, 7C and 7D. RGB value is (242,124,125). Sum of RGB (Red+Green+Blue) = 242+124+125=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C7D is #0D8382. Grayscale: #9F9F9F. Windows color (decimal): -885635 or 8223986. OLE color: 8223986.

HSL color Cylindrical-coordinate representation of color #F27C7D: hue angle of 359.49º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27C7D is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 124 125 -
CMYK 0 0.49 0.48 0.05
HSL 359.49º 0.82% 0.72% -
HSV(B) 359.49º 0.49% 0.95% -
XYZ 47.53 34.77 23.61 -
YUV 159.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 242 124 125 0 0.49 0.48 0.05 359.49 0.82 0.72
Hex F2 7C 7D 0 31 30 5 167 52 48
Octal 362 174 175 0 61 60 5 547 122 110
Binary 11110010 1111100 1111101 0 110001 110000 101 101100111 1010010 1001000

Color Harmonies of #F27C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C7D

Black with #F27C7D

Text Example


Text Example

White with #F27C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C7D; }

 p { color: rgb(242,124,125); }

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

background-color css

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

 a { background-color: rgb(242,124,125); }

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

border-color css

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

 span { border-color: rgb(242,124,125); }

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