Html Css Color HEX #F62BAB Persian Rose

📋 copy color: '#F62BAB'

red 246 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #F62BAB

Tints of Persian Rose #F62BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.35%

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

R = 53.48%
G = 9.35%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F62BAB (or 0xF62BAB) is known color: Persian Rose. HEX triplet: F6, 2B and AB. RGB value is (246,43,171). Sum of RGB (Red+Green+Blue) = 246+43+171=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F62BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62BAB is #09D454. Grayscale: #757575. Windows color (decimal): -644181 or 11217910. OLE color: 11217910.

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

Color convert

RGB 246 43 171 -
CMYK 0 0.83 0.30 0.04
HSL 322.17º 0.92% 0.57% -
HSV(B) 322.17º 0.83% 0.96% -
XYZ 46.22 24.26 40.77 -
YUV 118.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 246 43 171 0 0.83 0.30 0.04 322.17 0.92 0.57
Hex F6 2B AB 0 53 1E 4 142 5C 39
Octal 366 53 253 0 123 36 4 502 134 71
Binary 11110110 101011 10101011 0 1010011 11110 100 101000010 1011100 111001

Color Harmonies of #F62BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F62BAB

Black with #F62BAB

Text Example


Text Example

White with #F62BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F62BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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