Html Css Color HEX #F24780 French Rose

📋 copy color: '#F24780'

red 242 ◦ green 71 ◦ blue 128

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

Shades of French Rose #F24780

Tints of French Rose #F24780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.1%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 54.88%
G = 16.1%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F24780 (or 0xF24780) is known color: French Rose. HEX triplet: F2, 47 and 80. RGB value is (242,71,128). Sum of RGB (Red+Green+Blue) = 242+71+128=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F24780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24780 is #0DB87F. Grayscale: #808080. Windows color (decimal): -899200 or 8407026. OLE color: 8407026.

HSL color Cylindrical-coordinate representation of color #F24780: hue angle of 340º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24780 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 71 128 -
CMYK 0 0.71 0.47 0.05
HSL 340º 0.87% 0.61% -
HSV(B) 340º 0.71% 0.95% -
XYZ 42.77 24.94 22.98 -
YUV 128.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 242 71 128 0 0.71 0.47 0.05 340 0.87 0.61
Hex F2 47 80 0 47 2F 5 154 57 3D
Octal 362 107 200 0 107 57 5 524 127 75
Binary 11110010 1000111 10000000 0 1000111 101111 101 101010100 1010111 111101

Color Harmonies of #F24780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24780

Black with #F24780

Text Example


Text Example

White with #F24780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24780; }

 p { color: rgb(242,71,128); }

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

background-color css

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

 a { background-color: rgb(242,71,128); }

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

border-color css

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

 span { border-color: rgb(242,71,128); }

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