Html Css Color HEX #F24985 French Rose

📋 copy color: '#F24985'

red 242 ◦ green 73 ◦ blue 133

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

Shades of French Rose #F24985

Tints of French Rose #F24985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.29%

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 54.02%
G = 16.29%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F24985 (or 0xF24985) is known color: French Rose. HEX triplet: F2, 49 and 85. RGB value is (242,73,133). Sum of RGB (Red+Green+Blue) = 242+73+133=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F24985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24985 is #0DB67A. Grayscale: #828282. Windows color (decimal): -898683 or 8735218. OLE color: 8735218.

HSL color Cylindrical-coordinate representation of color #F24985: hue angle of 338.7º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24985 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 133 -
CMYK 0 0.70 0.45 0.05
HSL 338.7º 0.87% 0.62% -
HSV(B) 338.7º 0.7% 0.95% -
XYZ 43.23 25.34 24.8 -
YUV 130.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 242 73 133 0 0.70 0.45 0.05 338.7 0.87 0.62
Hex F2 49 85 0 46 2D 5 153 57 3E
Octal 362 111 205 0 106 55 5 523 127 76
Binary 11110010 1001001 10000101 0 1000110 101101 101 101010011 1010111 111110

Color Harmonies of #F24985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24985

Black with #F24985

Text Example


Text Example

White with #F24985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24985; }

 p { color: rgb(242,73,133); }

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

background-color css

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

 a { background-color: rgb(242,73,133); }

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

border-color css

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

 span { border-color: rgb(242,73,133); }

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