Html Css Color HEX #F83BAC Persian Rose

📋 copy color: '#F83BAC'

red 248 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #F83BAC

Tints of Persian Rose #F83BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 51.77%
G = 12.32%
B = 35.91%

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

#F83BAC (or 0xF83BAC) is known color: Persian Rose. HEX triplet: F8, 3B and AC. RGB value is (248,59,172). Sum of RGB (Red+Green+Blue) = 248+59+172=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83BAC is #07C453. Grayscale: #808080. Windows color (decimal): -509012 or 11287544. OLE color: 11287544.

HSL color Cylindrical-coordinate representation of color #F83BAC: hue angle of 324.13º 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 #F83BAC is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 59 172 -
CMYK 0 0.76 0.31 0.03
HSL 324.13º 0.93% 0.6% -
HSV(B) 324.13º 0.76% 0.97% -
XYZ 47.72 26.06 41.55 -
YUV 128.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 248 59 172 0 0.76 0.31 0.03 324.13 0.93 0.6
Hex F8 3B AC 0 4C 1F 3 144 5D 3C
Octal 370 73 254 0 114 37 3 504 135 74
Binary 11111000 111011 10101100 0 1001100 11111 11 101000100 1011101 111100

Color Harmonies of #F83BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83BAC

Black with #F83BAC

Text Example


Text Example

White with #F83BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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