Html Css Color HEX #F632A8 Persian Rose

📋 copy color: '#F632A8'

red 246 ◦ green 50 ◦ blue 168

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

Shades of Persian Rose #F632A8

Tints of Persian Rose #F632A8

RGB

 RED value IS 246 (96.48% from 255) = 53.02%

 GREEN value IS 50 (19.92% from 255) = 10.78%

 BLUE value IS 168 (66.02% from 255) = 36.21%

R = 53.02%
G = 10.78%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F632A8 (or 0xF632A8) is known color: Persian Rose. HEX triplet: F6, 32 and A8. RGB value is (246,50,168). Sum of RGB (Red+Green+Blue) = 246+50+168=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F632A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F632A8 is #09CD57. Grayscale: #797979. Windows color (decimal): -642392 or 11023094. OLE color: 11023094.

HSL color Cylindrical-coordinate representation of color #F632A8: hue angle of 323.88º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F632A8 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 50 168 -
CMYK 0 0.80 0.32 0.04
HSL 323.88º 0.92% 0.58% -
HSV(B) 323.88º 0.8% 0.96% -
XYZ 46.21 24.7 39.38 -
YUV 122.06 153.93 216.41 -
System Red Green Blue C M Y K H S L
Decimal 246 50 168 0 0.80 0.32 0.04 323.88 0.92 0.58
Hex F6 32 A8 0 50 20 4 144 5C 3A
Octal 366 62 250 0 120 40 4 504 134 72
Binary 11110110 110010 10101000 0 1010000 100000 100 101000100 1011100 111010

Color Harmonies of #F632A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F632A8

Black with #F632A8

Text Example


Text Example

White with #F632A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F632A8; }

 p { color: rgb(246,50,168); }

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

background-color css

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

 a { background-color: rgb(246,50,168); }

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

border-color css

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

 span { border-color: rgb(246,50,168); }

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