Html Css Color HEX #F630AC Persian Rose

📋 copy color: '#F630AC'

red 246 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #F630AC

Tints of Persian Rose #F630AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.91%

R = 52.79%
G = 10.3%
B = 36.91%

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

#F630AC (or 0xF630AC) is known color: Persian Rose. HEX triplet: F6, 30 and AC. RGB value is (246,48,172). Sum of RGB (Red+Green+Blue) = 246+48+172=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F630AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F630AC is #09CF53. Grayscale: #797979. Windows color (decimal): -642900 or 11284726. OLE color: 11284726.

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

Color convert

RGB 246 48 172 -
CMYK 0 0.80 0.30 0.04
HSL 322.42º 0.92% 0.58% -
HSV(B) 322.42º 0.8% 0.96% -
XYZ 46.51 24.69 41.34 -
YUV 121.34 156.6 216.92 -
System Red Green Blue C M Y K H S L
Decimal 246 48 172 0 0.80 0.30 0.04 322.42 0.92 0.58
Hex F6 30 AC 0 50 1E 4 142 5C 3A
Octal 366 60 254 0 120 36 4 502 134 72
Binary 11110110 110000 10101100 0 1010000 11110 100 101000010 1011100 111010

Color Harmonies of #F630AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F630AC

Black with #F630AC

Text Example


Text Example

White with #F630AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F630AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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