Html Css Color HEX #FB30AF Persian Rose

📋 copy color: '#FB30AF'

red 251 ◦ green 48 ◦ blue 175

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

Shades of Persian Rose #FB30AF

Tints of Persian Rose #FB30AF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.13%

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

R = 52.95%
G = 10.13%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB30AF (or 0xFB30AF) is known color: Persian Rose. HEX triplet: FB, 30 and AF. RGB value is (251,48,175). Sum of RGB (Red+Green+Blue) = 251+48+175=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB30AF is #04CF50. Grayscale: #7A7A7A. Windows color (decimal): -315217 or 11481339. OLE color: 11481339.

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

Color convert

RGB 251 48 175 -
CMYK 0 0.81 0.30 0.02
HSL 322.46º 0.96% 0.59% -
HSV(B) 322.46º 0.81% 0.98% -
XYZ 48.58 25.72 42.96 -
YUV 123.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 251 48 175 0 0.81 0.30 0.02 322.46 0.96 0.59
Hex FB 30 AF 0 51 1E 2 142 60 3B
Octal 373 60 257 0 121 36 2 502 140 73
Binary 11111011 110000 10101111 0 1010001 11110 10 101000010 1100000 111011

Color Harmonies of #FB30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB30AF

Black with #FB30AF

Text Example


Text Example

White with #FB30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB30AF; }

 p { color: rgb(251,48,175); }

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

background-color css

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

 a { background-color: rgb(251,48,175); }

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

border-color css

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

 span { border-color: rgb(251,48,175); }

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