Html Css Color HEX #FB3FB3 Persian Rose

📋 copy color: '#FB3FB3'

red 251 ◦ green 63 ◦ blue 179

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

Shades of Persian Rose #FB3FB3

Tints of Persian Rose #FB3FB3

RGB

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

 GREEN value IS 63 (25% from 255) = 12.78%

 BLUE value IS 179 (70.31% from 255) = 36.31%

R = 50.91%
G = 12.78%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB3FB3 (or 0xFB3FB3) is known color: Persian Rose. HEX triplet: FB, 3F and B3. RGB value is (251,63,179). Sum of RGB (Red+Green+Blue) = 251+63+179=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3FB3 is #04C04C. Grayscale: #848484. Windows color (decimal): -311373 or 11747323. OLE color: 11747323.

HSL color Cylindrical-coordinate representation of color #FB3FB3: hue angle of 322.98º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FB3 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 63 179 -
CMYK 0 0.75 0.29 0.02
HSL 322.98º 0.96% 0.62% -
HSV(B) 322.98º 0.75% 0.98% -
XYZ 49.7 27.32 45.3 -
YUV 132.44 154.28 212.57 -
System Red Green Blue C M Y K H S L
Decimal 251 63 179 0 0.75 0.29 0.02 322.98 0.96 0.62
Hex FB 3F B3 0 4B 1D 2 143 60 3E
Octal 373 77 263 0 113 35 2 503 140 76
Binary 11111011 111111 10110011 0 1001011 11101 10 101000011 1100000 111110

Color Harmonies of #FB3FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3FB3

Black with #FB3FB3

Text Example


Text Example

White with #FB3FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3FB3; }

 p { color: rgb(251,63,179); }

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

background-color css

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

 a { background-color: rgb(251,63,179); }

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

border-color css

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

 span { border-color: rgb(251,63,179); }

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