Html Css Color HEX #F83ABA Razzle Dazzle Rose

📋 copy color: '#F83ABA'

red 248 ◦ green 58 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F83ABA

Tints of Razzle Dazzle Rose #F83ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 50.41%
G = 11.79%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F83ABA (or 0xF83ABA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and BA. RGB value is (248,58,186). Sum of RGB (Red+Green+Blue) = 248+58+186=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ABA is #07C545. Grayscale: #818181. Windows color (decimal): -509254 or 12204792. OLE color: 12204792.

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

Color convert

RGB 248 58 186 -
CMYK 0 0.77 0.25 0.03
HSL 319.58º 0.93% 0.6% -
HSV(B) 319.58º 0.77% 0.97% -
XYZ 49.09 26.53 48.99 -
YUV 129.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 248 58 186 0 0.77 0.25 0.03 319.58 0.93 0.6
Hex F8 3A BA 0 4D 19 3 140 5D 3C
Octal 370 72 272 0 115 31 3 500 135 74
Binary 11111000 111010 10111010 0 1001101 11001 11 101000000 1011101 111100

Color Harmonies of #F83ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83ABA

Black with #F83ABA

Text Example


Text Example

White with #F83ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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