Html Css Color HEX #F625A6 Persian Rose

📋 copy color: '#F625A6'

red 246 ◦ green 37 ◦ blue 166

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

Shades of Persian Rose #F625A6

Tints of Persian Rose #F625A6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.24%

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 54.79%
G = 8.24%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F625A6 (or 0xF625A6) is known color: Persian Rose. HEX triplet: F6, 25 and A6. RGB value is (246,37,166). Sum of RGB (Red+Green+Blue) = 246+37+166=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F625A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F625A6 is #09DA59. Grayscale: #717171. Windows color (decimal): -645722 or 10888694. OLE color: 10888694.

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

Color convert

RGB 246 37 166 -
CMYK 0 0.85 0.33 0.04
HSL 322.97º 0.92% 0.55% -
HSV(B) 322.97º 0.85% 0.96% -
XYZ 45.55 23.67 38.24 -
YUV 114.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 246 37 166 0 0.85 0.33 0.04 322.97 0.92 0.55
Hex F6 25 A6 0 55 21 4 143 5C 37
Octal 366 45 246 0 125 41 4 503 134 67
Binary 11110110 100101 10100110 0 1010101 100001 100 101000011 1011100 110111

Color Harmonies of #F625A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F625A6

Black with #F625A6

Text Example


Text Example

White with #F625A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F625A6; }

 p { color: rgb(246,37,166); }

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

background-color css

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

 a { background-color: rgb(246,37,166); }

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

border-color css

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

 span { border-color: rgb(246,37,166); }

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