Html Css Color HEX #F640AF Persian Rose

📋 copy color: '#F640AF'

red 246 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #F640AF

Tints of Persian Rose #F640AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.2%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 50.72%
G = 13.2%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F640AF (or 0xF640AF) is known color: Persian Rose. HEX triplet: F6, 40 and AF. RGB value is (246,64,175). Sum of RGB (Red+Green+Blue) = 246+64+175=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F640AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F640AF is #09BF50. Grayscale: #828282. Windows color (decimal): -638801 or 11485430. OLE color: 11485430.

HSL color Cylindrical-coordinate representation of color #F640AF: hue angle of 323.41º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640AF is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 64 175 -
CMYK 0 0.74 0.29 0.04
HSL 323.41º 0.91% 0.61% -
HSV(B) 323.41º 0.74% 0.96% -
XYZ 47.58 26.35 43.14 -
YUV 131.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 246 64 175 0 0.74 0.29 0.04 323.41 0.91 0.61
Hex F6 40 AF 0 4A 1D 4 143 5B 3D
Octal 366 100 257 0 112 35 4 503 133 75
Binary 11110110 1000000 10101111 0 1001010 11101 100 101000011 1011011 111101

Color Harmonies of #F640AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F640AF

Black with #F640AF

Text Example


Text Example

White with #F640AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F640AF; }

 p { color: rgb(246,64,175); }

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

background-color css

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

 a { background-color: rgb(246,64,175); }

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

border-color css

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

 span { border-color: rgb(246,64,175); }

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