Html Css Color HEX #F83BAB Persian Rose

📋 copy color: '#F83BAB'

red 248 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #F83BAB

Tints of Persian Rose #F83BAB

RGB

 RED value IS 248 (97.27% from 255) = 51.88%

 GREEN value IS 59 (23.44% from 255) = 12.34%

 BLUE value IS 171 (67.19% from 255) = 35.77%

R = 51.88%
G = 12.34%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F83BAB (or 0xF83BAB) is known color: Persian Rose. HEX triplet: F8, 3B and AB. RGB value is (248,59,171). Sum of RGB (Red+Green+Blue) = 248+59+171=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83BAB is #07C454. Grayscale: #808080. Windows color (decimal): -509013 or 11222008. OLE color: 11222008.

HSL color Cylindrical-coordinate representation of color #F83BAB: hue angle of 324.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83BAB is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 59 171 -
CMYK 0 0.76 0.31 0.03
HSL 324.44º 0.93% 0.6% -
HSV(B) 324.44º 0.76% 0.97% -
XYZ 47.63 26.02 41.04 -
YUV 128.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 248 59 171 0 0.76 0.31 0.03 324.44 0.93 0.6
Hex F8 3B AB 0 4C 1F 3 144 5D 3C
Octal 370 73 253 0 114 37 3 504 135 74
Binary 11111000 111011 10101011 0 1001100 11111 11 101000100 1011101 111100

Color Harmonies of #F83BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83BAB

Black with #F83BAB

Text Example


Text Example

White with #F83BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83BAB; }

 p { color: rgb(248,59,171); }

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

background-color css

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

 a { background-color: rgb(248,59,171); }

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

border-color css

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

 span { border-color: rgb(248,59,171); }

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