Html Css Color HEX #F63BAF Persian Rose

📋 copy color: '#F63BAF'

red 246 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #F63BAF

Tints of Persian Rose #F63BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.29%

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

R = 51.25%
G = 12.29%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F63BAF (or 0xF63BAF) is known color: Persian Rose. HEX triplet: F6, 3B and AF. RGB value is (246,59,175). Sum of RGB (Red+Green+Blue) = 246+59+175=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63BAF is #09C450. Grayscale: #7F7F7F. Windows color (decimal): -640081 or 11484150. OLE color: 11484150.

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

Color convert

RGB 246 59 175 -
CMYK 0 0.76 0.29 0.04
HSL 322.78º 0.91% 0.6% -
HSV(B) 322.78º 0.76% 0.96% -
XYZ 47.31 25.82 43.05 -
YUV 128.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 246 59 175 0 0.76 0.29 0.04 322.78 0.91 0.6
Hex F6 3B AF 0 4C 1D 4 143 5B 3C
Octal 366 73 257 0 114 35 4 503 133 74
Binary 11110110 111011 10101111 0 1001100 11101 100 101000011 1011011 111100

Color Harmonies of #F63BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63BAF

Black with #F63BAF

Text Example


Text Example

White with #F63BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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