Html Css Color HEX #F630A2 Persian Rose

📋 copy color: '#F630A2'

red 246 ◦ green 48 ◦ blue 162

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

Shades of Persian Rose #F630A2

Tints of Persian Rose #F630A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.53%

R = 53.95%
G = 10.53%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F630A2 (or 0xF630A2) is known color: Persian Rose. HEX triplet: F6, 30 and A2. RGB value is (246,48,162). Sum of RGB (Red+Green+Blue) = 246+48+162=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F630A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F630A2 is #09CF5D. Grayscale: #777777. Windows color (decimal): -642910 or 10629366. OLE color: 10629366.

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

Color convert

RGB 246 48 162 -
CMYK 0 0.80 0.34 0.04
HSL 325.45º 0.92% 0.58% -
HSV(B) 325.45º 0.8% 0.96% -
XYZ 45.58 24.32 36.47 -
YUV 120.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 246 48 162 0 0.80 0.34 0.04 325.45 0.92 0.58
Hex F6 30 A2 0 50 22 4 145 5C 3A
Octal 366 60 242 0 120 42 4 505 134 72
Binary 11110110 110000 10100010 0 1010000 100010 100 101000101 1011100 111010

Color Harmonies of #F630A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630A2

Black with #F630A2

Text Example


Text Example

White with #F630A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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