Html Css Color HEX #F24680 French Rose

📋 copy color: '#F24680'

red 242 ◦ green 70 ◦ blue 128

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

Shades of French Rose #F24680

Tints of French Rose #F24680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.91%

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

R = 55%
G = 15.91%
B = 29.09%

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

#F24680 (or 0xF24680) is known color: French Rose. HEX triplet: F2, 46 and 80. RGB value is (242,70,128). Sum of RGB (Red+Green+Blue) = 242+70+128=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F24680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24680 is #0DB97F. Grayscale: #7F7F7F. Windows color (decimal): -899456 or 8406770. OLE color: 8406770.

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

Color convert

RGB 242 70 128 -
CMYK 0 0.71 0.47 0.05
HSL 339.77º 0.87% 0.61% -
HSV(B) 339.77º 0.71% 0.95% -
XYZ 42.7 24.82 22.96 -
YUV 128.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 242 70 128 0 0.71 0.47 0.05 339.77 0.87 0.61
Hex F2 46 80 0 47 2F 5 154 57 3D
Octal 362 106 200 0 107 57 5 524 127 75
Binary 11110010 1000110 10000000 0 1000111 101111 101 101010100 1010111 111101

Color Harmonies of #F24680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24680

Black with #F24680

Text Example


Text Example

White with #F24680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24680; }

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

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

background-color css

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

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

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

border-color css

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

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

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