Html Css Color HEX #F629AA Persian Rose

📋 copy color: '#F629AA'

red 246 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #F629AA

Tints of Persian Rose #F629AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 53.83%
G = 8.97%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F629AA (or 0xF629AA) is known color: Persian Rose. HEX triplet: F6, 29 and AA. RGB value is (246,41,170). Sum of RGB (Red+Green+Blue) = 246+41+170=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F629AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F629AA is #09D655. Grayscale: #747474. Windows color (decimal): -644694 or 11151862. OLE color: 11151862.

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

Color convert

RGB 246 41 170 -
CMYK 0 0.83 0.31 0.04
HSL 322.24º 0.92% 0.56% -
HSV(B) 322.24º 0.83% 0.96% -
XYZ 46.05 24.08 40.25 -
YUV 117 157.92 220.01 -
System Red Green Blue C M Y K H S L
Decimal 246 41 170 0 0.83 0.31 0.04 322.24 0.92 0.56
Hex F6 29 AA 0 53 1F 4 142 5C 38
Octal 366 51 252 0 123 37 4 502 134 70
Binary 11110110 101001 10101010 0 1010011 11111 100 101000010 1011100 111000

Color Harmonies of #F629AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F629AA

Black with #F629AA

Text Example


Text Example

White with #F629AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F629AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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