Html Css Color HEX #F83AB0 Persian Rose

📋 copy color: '#F83AB0'

red 248 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #F83AB0

Tints of Persian Rose #F83AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.03%

 BLUE value IS 176 (69.14% from 255) = 36.51%

R = 51.45%
G = 12.03%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F83AB0 (or 0xF83AB0) is known color: Persian Rose. HEX triplet: F8, 3A and B0. RGB value is (248,58,176). Sum of RGB (Red+Green+Blue) = 248+58+176=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F83AB0 is #07C54F. Grayscale: #7F7F7F. Windows color (decimal): -509264 or 11549432. OLE color: 11549432.

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

Color convert

RGB 248 58 176 -
CMYK 0 0.77 0.29 0.03
HSL 322.74º 0.93% 0.6% -
HSV(B) 322.74º 0.77% 0.97% -
XYZ 48.06 26.12 43.58 -
YUV 128.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 248 58 176 0 0.77 0.29 0.03 322.74 0.93 0.6
Hex F8 3A B0 0 4D 1D 3 143 5D 3C
Octal 370 72 260 0 115 35 3 503 135 74
Binary 11111000 111010 10110000 0 1001101 11101 11 101000011 1011101 111100

Color Harmonies of #F83AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83AB0

Black with #F83AB0

Text Example


Text Example

White with #F83AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83AB0; }

 p { color: rgb(248,58,176); }

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

background-color css

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

 a { background-color: rgb(248,58,176); }

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

border-color css

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

 span { border-color: rgb(248,58,176); }

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