Html Css Color HEX #F24A8A French Rose

📋 copy color: '#F24A8A'

red 242 ◦ green 74 ◦ blue 138

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

Shades of French Rose #F24A8A

Tints of French Rose #F24A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

 BLUE value IS 138 (54.3% from 255) = 30.4%

R = 53.3%
G = 16.3%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F24A8A (or 0xF24A8A) is known color: French Rose. HEX triplet: F2, 4A and 8A. RGB value is (242,74,138). Sum of RGB (Red+Green+Blue) = 242+74+138=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24A8A is #0DB575. Grayscale: #838383. Windows color (decimal): -898422 or 9063154. OLE color: 9063154.

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

Color convert

RGB 242 74 138 -
CMYK 0 0.69 0.43 0.05
HSL 337.14º 0.87% 0.62% -
HSV(B) 337.14º 0.69% 0.95% -
XYZ 43.65 25.61 26.69 -
YUV 131.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 242 74 138 0 0.69 0.43 0.05 337.14 0.87 0.62
Hex F2 4A 8A 0 45 2B 5 151 57 3E
Octal 362 112 212 0 105 53 5 521 127 76
Binary 11110010 1001010 10001010 0 1000101 101011 101 101010001 1010111 111110

Color Harmonies of #F24A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24A8A

Black with #F24A8A

Text Example


Text Example

White with #F24A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24A8A; }

 p { color: rgb(242,74,138); }

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

background-color css

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

 a { background-color: rgb(242,74,138); }

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

border-color css

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

 span { border-color: rgb(242,74,138); }

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