Html Css Color HEX #F630A8 Persian Rose

📋 copy color: '#F630A8'

red 246 ◦ green 48 ◦ blue 168

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

Shades of Persian Rose #F630A8

Tints of Persian Rose #F630A8

RGB

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

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

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

R = 53.25%
G = 10.39%
B = 36.36%

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

#F630A8 (or 0xF630A8) is known color: Persian Rose. HEX triplet: F6, 30 and A8. RGB value is (246,48,168). Sum of RGB (Red+Green+Blue) = 246+48+168=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 48 (19.14% from 255 or 10.39% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F630A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F630A8 is #09CF57. Grayscale: #787878. Windows color (decimal): -642904 or 11022582. OLE color: 11022582.

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

Color convert

RGB 246 48 168 -
CMYK 0 0.80 0.32 0.04
HSL 323.64º 0.92% 0.58% -
HSV(B) 323.64º 0.8% 0.96% -
XYZ 46.13 24.53 39.35 -
YUV 120.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 246 48 168 0 0.80 0.32 0.04 323.64 0.92 0.58
Hex F6 30 A8 0 50 20 4 144 5C 3A
Octal 366 60 250 0 120 40 4 504 134 72
Binary 11110110 110000 10101000 0 1010000 100000 100 101000100 1011100 111010

Color Harmonies of #F630A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630A8

Black with #F630A8

Text Example


Text Example

White with #F630A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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