Html Css Color HEX #F2757A Froly

📋 copy color: '#F2757A'

red 242 ◦ green 117 ◦ blue 122

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

Shades of Froly #F2757A

Tints of Froly #F2757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.36%

R = 50.31%
G = 24.32%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2757A (or 0xF2757A) is known color: Froly. HEX triplet: F2, 75 and 7A. RGB value is (242,117,122). Sum of RGB (Red+Green+Blue) = 242+117+122=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F2757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2757A is #0D8A85. Grayscale: #9B9B9B. Windows color (decimal): -887430 or 8025586. OLE color: 8025586.

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

Color convert

RGB 242 117 122 -
CMYK 0 0.52 0.50 0.05
HSL 357.6º 0.83% 0.7% -
HSV(B) 357.6º 0.52% 0.95% -
XYZ 46.49 33 22.33 -
YUV 154.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 242 117 122 0 0.52 0.50 0.05 357.6 0.83 0.7
Hex F2 75 7A 0 34 32 5 166 53 46
Octal 362 165 172 0 64 62 5 546 123 106
Binary 11110010 1110101 1111010 0 110100 110010 101 101100110 1010011 1000110

Color Harmonies of #F2757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2757A

Black with #F2757A

Text Example


Text Example

White with #F2757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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