Html Css Color HEX #F628AA Persian Rose

📋 copy color: '#F628AA'

red 246 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #F628AA

Tints of Persian Rose #F628AA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.77%

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

R = 53.95%
G = 8.77%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F628AA (or 0xF628AA) is known color: Persian Rose. HEX triplet: F6, 28 and AA. RGB value is (246,40,170). Sum of RGB (Red+Green+Blue) = 246+40+170=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F628AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F628AA is #09D755. Grayscale: #747474. Windows color (decimal): -644950 or 11151606. OLE color: 11151606.

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

Color convert

RGB 246 40 170 -
CMYK 0 0.84 0.31 0.04
HSL 322.14º 0.92% 0.56% -
HSV(B) 322.14º 0.84% 0.96% -
XYZ 46.02 24.01 40.24 -
YUV 116.41 158.25 220.43 -
System Red Green Blue C M Y K H S L
Decimal 246 40 170 0 0.84 0.31 0.04 322.14 0.92 0.56
Hex F6 28 AA 0 54 1F 4 142 5C 38
Octal 366 50 252 0 124 37 4 502 134 70
Binary 11110110 101000 10101010 0 1010100 11111 100 101000010 1011100 111000

Color Harmonies of #F628AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F628AA

Black with #F628AA

Text Example


Text Example

White with #F628AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F628AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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