Html Css Color HEX #F2488B French Rose

📋 copy color: '#F2488B'

red 242 ◦ green 72 ◦ blue 139

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

Shades of French Rose #F2488B

Tints of French Rose #F2488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 53.42%
G = 15.89%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2488B (or 0xF2488B) is known color: French Rose. HEX triplet: F2, 48 and 8B. RGB value is (242,72,139). Sum of RGB (Red+Green+Blue) = 242+72+139=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2488B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2488B is #0DB774. Grayscale: #828282. Windows color (decimal): -898933 or 9128178. OLE color: 9128178.

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

Color convert

RGB 242 72 139 -
CMYK 0 0.70 0.43 0.05
HSL 336.35º 0.87% 0.62% -
HSV(B) 336.35º 0.7% 0.95% -
XYZ 43.6 25.38 27.03 -
YUV 130.47 132.82 207.55 -
System Red Green Blue C M Y K H S L
Decimal 242 72 139 0 0.70 0.43 0.05 336.35 0.87 0.62
Hex F2 48 8B 0 46 2B 5 150 57 3E
Octal 362 110 213 0 106 53 5 520 127 76
Binary 11110010 1001000 10001011 0 1000110 101011 101 101010000 1010111 111110

Color Harmonies of #F2488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2488B

Black with #F2488B

Text Example


Text Example

White with #F2488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2488B; }

 p { color: rgb(242,72,139); }

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

background-color css

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

 a { background-color: rgb(242,72,139); }

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

border-color css

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

 span { border-color: rgb(242,72,139); }

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