Html Css Color HEX #F638A8 Persian Rose

📋 copy color: '#F638A8'

red 246 ◦ green 56 ◦ blue 168

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

Shades of Persian Rose #F638A8

Tints of Persian Rose #F638A8

RGB

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

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

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

R = 52.34%
G = 11.91%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F638A8 (or 0xF638A8) is known color: Persian Rose. HEX triplet: F6, 38 and A8. RGB value is (246,56,168). Sum of RGB (Red+Green+Blue) = 246+56+168=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F638A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F638A8 is #09C757. Grayscale: #7D7D7D. Windows color (decimal): -640856 or 11024630. OLE color: 11024630.

HSL color Cylindrical-coordinate representation of color #F638A8: hue angle of 324.63º 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 #F638A8 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 56 168 -
CMYK 0 0.77 0.32 0.04
HSL 324.63º 0.91% 0.59% -
HSV(B) 324.63º 0.77% 0.96% -
XYZ 46.49 25.25 39.47 -
YUV 125.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 246 56 168 0 0.77 0.32 0.04 324.63 0.91 0.59
Hex F6 38 A8 0 4D 20 4 145 5B 3B
Octal 366 70 250 0 115 40 4 505 133 73
Binary 11110110 111000 10101000 0 1001101 100000 100 101000101 1011011 111011

Color Harmonies of #F638A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F638A8

Black with #F638A8

Text Example


Text Example

White with #F638A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F638A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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