Html Css Color HEX #F2757D Froly

📋 copy color: '#F2757D'

red 242 ◦ green 117 ◦ blue 125

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

Shades of Froly #F2757D

Tints of Froly #F2757D

RGB

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

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

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

R = 50%
G = 24.17%
B = 25.83%

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

#F2757D (or 0xF2757D) is known color: Froly. HEX triplet: F2, 75 and 7D. RGB value is (242,117,125). Sum of RGB (Red+Green+Blue) = 242+117+125=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757D is #0D8A82. Grayscale: #9B9B9B. Windows color (decimal): -887427 or 8222194. OLE color: 8222194.

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

Color convert

RGB 242 117 125 -
CMYK 0 0.52 0.48 0.05
HSL 356.16º 0.83% 0.7% -
HSV(B) 356.16º 0.52% 0.95% -
XYZ 46.68 33.08 23.33 -
YUV 155.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 242 117 125 0 0.52 0.48 0.05 356.16 0.83 0.7
Hex F2 75 7D 0 34 30 5 164 53 46
Octal 362 165 175 0 64 60 5 544 123 106
Binary 11110010 1110101 1111101 0 110100 110000 101 101100100 1010011 1000110

Color Harmonies of #F2757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2757D

Black with #F2757D

Text Example


Text Example

White with #F2757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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