Html Css Color HEX #F63CB0 Persian Rose

📋 copy color: '#F63CB0'

red 246 ◦ green 60 ◦ blue 176

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

Shades of Persian Rose #F63CB0

Tints of Persian Rose #F63CB0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.45%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 51.04%
G = 12.45%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F63CB0 (or 0xF63CB0) is known color: Persian Rose. HEX triplet: F6, 3C and B0. RGB value is (246,60,176). Sum of RGB (Red+Green+Blue) = 246+60+176=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F63CB0 is #09C34F. Grayscale: #808080. Windows color (decimal): -639824 or 11549942. OLE color: 11549942.

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

Color convert

RGB 246 60 176 -
CMYK 0 0.76 0.28 0.04
HSL 322.58º 0.91% 0.6% -
HSV(B) 322.58º 0.76% 0.96% -
XYZ 47.46 25.96 43.58 -
YUV 128.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 246 60 176 0 0.76 0.28 0.04 322.58 0.91 0.6
Hex F6 3C B0 0 4C 1C 4 143 5B 3C
Octal 366 74 260 0 114 34 4 503 133 74
Binary 11110110 111100 10110000 0 1001100 11100 100 101000011 1011011 111100

Color Harmonies of #F63CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F63CB0

Black with #F63CB0

Text Example


Text Example

White with #F63CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F63CB0; }

 p { color: rgb(246,60,176); }

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

background-color css

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

 a { background-color: rgb(246,60,176); }

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

border-color css

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

 span { border-color: rgb(246,60,176); }

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