Html Css Color HEX #F27B7F Froly

📋 copy color: '#F27B7F'

red 242 ◦ green 123 ◦ blue 127

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

Shades of Froly #F27B7F

Tints of Froly #F27B7F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25%

 BLUE value IS 127 (50% from 255) = 25.81%

R = 49.19%
G = 25%
B = 25.81%

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

#F27B7F (or 0xF27B7F) is known color: Froly. HEX triplet: F2, 7B and 7F. RGB value is (242,123,127). Sum of RGB (Red+Green+Blue) = 242+123+127=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27B7F is #0D8480. Grayscale: #9F9F9F. Windows color (decimal): -885889 or 8354802. OLE color: 8354802.

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

Color convert

RGB 242 123 127 -
CMYK 0 0.49 0.48 0.05
HSL 357.98º 0.82% 0.72% -
HSV(B) 357.98º 0.49% 0.95% -
XYZ 47.53 34.58 24.25 -
YUV 159.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 242 123 127 0 0.49 0.48 0.05 357.98 0.82 0.72
Hex F2 7B 7F 0 31 30 5 166 52 48
Octal 362 173 177 0 61 60 5 546 122 110
Binary 11110010 1111011 1111111 0 110001 110000 101 101100110 1010010 1001000

Color Harmonies of #F27B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27B7F

Black with #F27B7F

Text Example


Text Example

White with #F27B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27B7F; }

 p { color: rgb(242,123,127); }

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

background-color css

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

 a { background-color: rgb(242,123,127); }

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

border-color css

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

 span { border-color: rgb(242,123,127); }

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