Html Css Color HEX #FA3CB0 Persian Rose

📋 copy color: '#FA3CB0'

red 250 ◦ green 60 ◦ blue 176

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

Shades of Persian Rose #FA3CB0

Tints of Persian Rose #FA3CB0

RGB

 RED value IS 250 (98.05% from 255) = 51.44%

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

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

R = 51.44%
G = 12.35%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA3CB0 (or 0xFA3CB0) is known color: Persian Rose. HEX triplet: FA, 3C and B0. RGB value is (250,60,176). Sum of RGB (Red+Green+Blue) = 250+60+176=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3CB0 is #05C34F. Grayscale: #818181. Windows color (decimal): -377680 or 11549946. OLE color: 11549946.

HSL color Cylindrical-coordinate representation of color #FA3CB0: hue angle of 323.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3CB0 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 176 -
CMYK 0 0.76 0.30 0.02
HSL 323.37º 0.95% 0.61% -
HSV(B) 323.37º 0.76% 0.98% -
XYZ 48.88 26.69 43.65 -
YUV 130.03 153.95 213.57 -
System Red Green Blue C M Y K H S L
Decimal 250 60 176 0 0.76 0.30 0.02 323.37 0.95 0.61
Hex FA 3C B0 0 4C 1E 2 143 5F 3D
Octal 372 74 260 0 114 36 2 503 137 75
Binary 11111010 111100 10110000 0 1001100 11110 10 101000011 1011111 111101

Color Harmonies of #FA3CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3CB0

Black with #FA3CB0

Text Example


Text Example

White with #FA3CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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