Html Css Color HEX #F2538C French Rose

📋 copy color: '#F2538C'

red 242 ◦ green 83 ◦ blue 140

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

Shades of French Rose #F2538C

Tints of French Rose #F2538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.85%

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 52.04%
G = 17.85%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2538C (or 0xF2538C) is known color: French Rose. HEX triplet: F2, 53 and 8C. RGB value is (242,83,140). Sum of RGB (Red+Green+Blue) = 242+83+140=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2538C is #0DAC73. Grayscale: #888888. Windows color (decimal): -896116 or 9196530. OLE color: 9196530.

HSL color Cylindrical-coordinate representation of color #F2538C: hue angle of 338.49º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2538C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 140 -
CMYK 0 0.66 0.42 0.05
HSL 338.49º 0.86% 0.64% -
HSV(B) 338.49º 0.66% 0.95% -
XYZ 44.44 26.96 27.67 -
YUV 137.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 242 83 140 0 0.66 0.42 0.05 338.49 0.86 0.64
Hex F2 53 8C 0 42 2A 5 152 56 40
Octal 362 123 214 0 102 52 5 522 126 100
Binary 11110010 1010011 10001100 0 1000010 101010 101 101010010 1010110 1000000

Color Harmonies of #F2538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2538C

Black with #F2538C

Text Example


Text Example

White with #F2538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2538C; }

 p { color: rgb(242,83,140); }

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

background-color css

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

 a { background-color: rgb(242,83,140); }

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

border-color css

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

 span { border-color: rgb(242,83,140); }

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