Html Css Color HEX #F629A8 Persian Rose

📋 copy color: '#F629A8'

red 246 ◦ green 41 ◦ blue 168

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

Shades of Persian Rose #F629A8

Tints of Persian Rose #F629A8

RGB

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

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

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

R = 54.07%
G = 9.01%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F629A8 (or 0xF629A8) is known color: Persian Rose. HEX triplet: F6, 29 and A8. RGB value is (246,41,168). Sum of RGB (Red+Green+Blue) = 246+41+168=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F629A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F629A8 is #09D657. Grayscale: #747474. Windows color (decimal): -644696 or 11020790. OLE color: 11020790.

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

Color convert

RGB 246 41 168 -
CMYK 0 0.83 0.32 0.04
HSL 322.83º 0.92% 0.56% -
HSV(B) 322.83º 0.83% 0.96% -
XYZ 45.87 24.01 39.26 -
YUV 116.77 156.92 220.17 -
System Red Green Blue C M Y K H S L
Decimal 246 41 168 0 0.83 0.32 0.04 322.83 0.92 0.56
Hex F6 29 A8 0 53 20 4 143 5C 38
Octal 366 51 250 0 123 40 4 503 134 70
Binary 11110110 101001 10101000 0 1010011 100000 100 101000011 1011100 111000

Color Harmonies of #F629A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629A8

Black with #F629A8

Text Example


Text Example

White with #F629A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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