Html Css Color HEX #F630AD Persian Rose

📋 copy color: '#F630AD'

red 246 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #F630AD

Tints of Persian Rose #F630AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.28%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 52.68%
G = 10.28%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F630AD (or 0xF630AD) is known color: Persian Rose. HEX triplet: F6, 30 and AD. RGB value is (246,48,173). Sum of RGB (Red+Green+Blue) = 246+48+173=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F630AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F630AD is #09CF52. Grayscale: #797979. Windows color (decimal): -642899 or 11350262. OLE color: 11350262.

HSL color Cylindrical-coordinate representation of color #F630AD: hue angle of 322.12º 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 #F630AD is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 48 173 -
CMYK 0 0.80 0.30 0.04
HSL 322.12º 0.92% 0.58% -
HSV(B) 322.12º 0.8% 0.96% -
XYZ 46.61 24.72 41.85 -
YUV 121.45 157.1 216.84 -
System Red Green Blue C M Y K H S L
Decimal 246 48 173 0 0.80 0.30 0.04 322.12 0.92 0.58
Hex F6 30 AD 0 50 1E 4 142 5C 3A
Octal 366 60 255 0 120 36 4 502 134 72
Binary 11110110 110000 10101101 0 1010000 11110 100 101000010 1011100 111010

Color Harmonies of #F630AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630AD

Black with #F630AD

Text Example


Text Example

White with #F630AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630AD; }

 p { color: rgb(246,48,173); }

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

background-color css

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

 a { background-color: rgb(246,48,173); }

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

border-color css

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

 span { border-color: rgb(246,48,173); }

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