Html Css Color HEX #F2757F Froly

📋 copy color: '#F2757F'

red 242 ◦ green 117 ◦ blue 127

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

Shades of Froly #F2757F

Tints of Froly #F2757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

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

R = 49.79%
G = 24.07%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2757F (or 0xF2757F) is known color: Froly. HEX triplet: F2, 75 and 7F. RGB value is (242,117,127). Sum of RGB (Red+Green+Blue) = 242+117+127=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757F is #0D8A80. Grayscale: #9B9B9B. Windows color (decimal): -887425 or 8353266. OLE color: 8353266.

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

Color convert

RGB 242 117 127 -
CMYK 0 0.52 0.48 0.05
HSL 355.2º 0.83% 0.7% -
HSV(B) 355.2º 0.52% 0.95% -
XYZ 46.81 33.13 24.01 -
YUV 155.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 242 117 127 0 0.52 0.48 0.05 355.2 0.83 0.7
Hex F2 75 7F 0 34 30 5 163 53 46
Octal 362 165 177 0 64 60 5 543 123 106
Binary 11110010 1110101 1111111 0 110100 110000 101 101100011 1010011 1000110

Color Harmonies of #F2757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2757F

Black with #F2757F

Text Example


Text Example

White with #F2757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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