Html Css Color HEX #F626A8 Persian Rose

📋 copy color: '#F626A8'

red 246 ◦ green 38 ◦ blue 168

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

Shades of Persian Rose #F626A8

Tints of Persian Rose #F626A8

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.41%

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

R = 54.42%
G = 8.41%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F626A8 (or 0xF626A8) is known color: Persian Rose. HEX triplet: F6, 26 and A8. RGB value is (246,38,168). Sum of RGB (Red+Green+Blue) = 246+38+168=452 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.42% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 246 - color contains mainly: red. Hex color #F626A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F626A8 is #09D957. Grayscale: #727272. Windows color (decimal): -645464 or 11020022. OLE color: 11020022.

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

Color convert

RGB 246 38 168 -
CMYK 0 0.85 0.32 0.04
HSL 322.5º 0.92% 0.56% -
HSV(B) 322.5º 0.85% 0.96% -
XYZ 45.77 23.81 39.23 -
YUV 115.01 157.91 221.43 -
System Red Green Blue C M Y K H S L
Decimal 246 38 168 0 0.85 0.32 0.04 322.5 0.92 0.56
Hex F6 26 A8 0 55 20 4 142 5C 38
Octal 366 46 250 0 125 40 4 502 134 70
Binary 11110110 100110 10101000 0 1010101 100000 100 101000010 1011100 111000

Color Harmonies of #F626A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F626A8

Black with #F626A8

Text Example


Text Example

White with #F626A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F626A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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