Html Css Color HEX #FB38B2 Persian Rose

📋 copy color: '#FB38B2'

red 251 ◦ green 56 ◦ blue 178

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

Shades of Persian Rose #FB38B2

Tints of Persian Rose #FB38B2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.55%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 51.75%
G = 11.55%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FB38B2 (or 0xFB38B2) is known color: Persian Rose. HEX triplet: FB, 38 and B2. RGB value is (251,56,178). Sum of RGB (Red+Green+Blue) = 251+56+178=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB38B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB38B2 is #04C74D. Grayscale: #7F7F7F. Windows color (decimal): -313166 or 11679995. OLE color: 11679995.

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

Color convert

RGB 251 56 178 -
CMYK 0 0.78 0.29 0.02
HSL 322.46º 0.96% 0.6% -
HSV(B) 322.46º 0.78% 0.98% -
XYZ 49.23 26.55 44.65 -
YUV 128.21 156.1 215.58 -
System Red Green Blue C M Y K H S L
Decimal 251 56 178 0 0.78 0.29 0.02 322.46 0.96 0.6
Hex FB 38 B2 0 4E 1D 2 142 60 3C
Octal 373 70 262 0 116 35 2 502 140 74
Binary 11111011 111000 10110010 0 1001110 11101 10 101000010 1100000 111100

Color Harmonies of #FB38B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB38B2

Black with #FB38B2

Text Example


Text Example

White with #FB38B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB38B2; }

 p { color: rgb(251,56,178); }

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

background-color css

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

 a { background-color: rgb(251,56,178); }

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

border-color css

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

 span { border-color: rgb(251,56,178); }

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