Html Css Color HEX #F62DAB Persian Rose

📋 copy color: '#F62DAB'

red 246 ◦ green 45 ◦ blue 171

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

Shades of Persian Rose #F62DAB

Tints of Persian Rose #F62DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.74%

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 53.25%
G = 9.74%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F62DAB (or 0xF62DAB) is known color: Persian Rose. HEX triplet: F6, 2D and AB. RGB value is (246,45,171). Sum of RGB (Red+Green+Blue) = 246+45+171=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F62DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62DAB is #09D254. Grayscale: #777777. Windows color (decimal): -643669 or 11218422. OLE color: 11218422.

HSL color Cylindrical-coordinate representation of color #F62DAB: hue angle of 322.39º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62DAB is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 45 171 -
CMYK 0 0.82 0.30 0.04
HSL 322.39º 0.92% 0.57% -
HSV(B) 322.39º 0.82% 0.96% -
XYZ 46.3 24.41 40.8 -
YUV 119.46 157.09 218.25 -
System Red Green Blue C M Y K H S L
Decimal 246 45 171 0 0.82 0.30 0.04 322.39 0.92 0.57
Hex F6 2D AB 0 52 1E 4 142 5C 39
Octal 366 55 253 0 122 36 4 502 134 71
Binary 11110110 101101 10101011 0 1010010 11110 100 101000010 1011100 111001

Color Harmonies of #F62DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62DAB

Black with #F62DAB

Text Example


Text Example

White with #F62DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62DAB; }

 p { color: rgb(246,45,171); }

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

background-color css

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

 a { background-color: rgb(246,45,171); }

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

border-color css

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

 span { border-color: rgb(246,45,171); }

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