Html Css Color HEX #F629AB Persian Rose

📋 copy color: '#F629AB'

red 246 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #F629AB

Tints of Persian Rose #F629AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.95%

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

R = 53.71%
G = 8.95%
B = 37.34%

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

#F629AB (or 0xF629AB) is known color: Persian Rose. HEX triplet: F6, 29 and AB. RGB value is (246,41,171). Sum of RGB (Red+Green+Blue) = 246+41+171=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F629AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F629AB is #09D654. Grayscale: #747474. Windows color (decimal): -644693 or 11217398. OLE color: 11217398.

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

Color convert

RGB 246 41 171 -
CMYK 0 0.83 0.30 0.04
HSL 321.95º 0.92% 0.56% -
HSV(B) 321.95º 0.83% 0.96% -
XYZ 46.15 24.12 40.75 -
YUV 117.12 158.42 219.93 -
System Red Green Blue C M Y K H S L
Decimal 246 41 171 0 0.83 0.30 0.04 321.95 0.92 0.56
Hex F6 29 AB 0 53 1E 4 142 5C 38
Octal 366 51 253 0 123 36 4 502 134 70
Binary 11110110 101001 10101011 0 1010011 11110 100 101000010 1011100 111000

Color Harmonies of #F629AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629AB

Black with #F629AB

Text Example


Text Example

White with #F629AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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