Html Css Color HEX #F638AC Persian Rose

📋 copy color: '#F638AC'

red 246 ◦ green 56 ◦ blue 172

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

Shades of Persian Rose #F638AC

Tints of Persian Rose #F638AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.81%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 51.9%
G = 11.81%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F638AC (or 0xF638AC) is known color: Persian Rose. HEX triplet: F6, 38 and AC. RGB value is (246,56,172). Sum of RGB (Red+Green+Blue) = 246+56+172=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F638AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F638AC is #09C753. Grayscale: #7D7D7D. Windows color (decimal): -640852 or 11286774. OLE color: 11286774.

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

Color convert

RGB 246 56 172 -
CMYK 0 0.77 0.30 0.04
HSL 323.37º 0.91% 0.59% -
HSV(B) 323.37º 0.77% 0.96% -
XYZ 46.87 25.4 41.46 -
YUV 126.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 246 56 172 0 0.77 0.30 0.04 323.37 0.91 0.59
Hex F6 38 AC 0 4D 1E 4 143 5B 3B
Octal 366 70 254 0 115 36 4 503 133 73
Binary 11110110 111000 10101100 0 1001101 11110 100 101000011 1011011 111011

Color Harmonies of #F638AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F638AC

Black with #F638AC

Text Example


Text Example

White with #F638AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F638AC; }

 p { color: rgb(246,56,172); }

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

background-color css

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

 a { background-color: rgb(246,56,172); }

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

border-color css

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

 span { border-color: rgb(246,56,172); }

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