Html Css Color HEX #FB3CB4 Persian Rose

📋 copy color: '#FB3CB4'

red 251 ◦ green 60 ◦ blue 180

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

Shades of Persian Rose #FB3CB4

Tints of Persian Rose #FB3CB4

RGB

 RED value IS 251 (98.44% from 255) = 51.12%

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

 BLUE value IS 180 (70.7% from 255) = 36.66%

R = 51.12%
G = 12.22%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FB3CB4 (or 0xFB3CB4) is known color: Persian Rose. HEX triplet: FB, 3C and B4. RGB value is (251,60,180). Sum of RGB (Red+Green+Blue) = 251+60+180=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3CB4 is #04C34B. Grayscale: #828282. Windows color (decimal): -312140 or 11812091. OLE color: 11812091.

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

Color convert

RGB 251 60 180 -
CMYK 0 0.76 0.28 0.02
HSL 322.3º 0.96% 0.61% -
HSV(B) 322.3º 0.76% 0.98% -
XYZ 49.64 27.04 45.78 -
YUV 130.79 155.78 213.74 -
System Red Green Blue C M Y K H S L
Decimal 251 60 180 0 0.76 0.28 0.02 322.3 0.96 0.61
Hex FB 3C B4 0 4C 1C 2 142 60 3D
Octal 373 74 264 0 114 34 2 502 140 75
Binary 11111011 111100 10110100 0 1001100 11100 10 101000010 1100000 111101

Color Harmonies of #FB3CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3CB4

Black with #FB3CB4

Text Example


Text Example

White with #FB3CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3CB4; }

 p { color: rgb(251,60,180); }

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

background-color css

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

 a { background-color: rgb(251,60,180); }

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

border-color css

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

 span { border-color: rgb(251,60,180); }

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