Html Css Color HEX #F83ACE Razzle Dazzle Rose

📋 copy color: '#F83ACE'

red 248 ◦ green 58 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F83ACE

Tints of Razzle Dazzle Rose #F83ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 48.44%
G = 11.33%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F83ACE (or 0xF83ACE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and CE. RGB value is (248,58,206). Sum of RGB (Red+Green+Blue) = 248+58+206=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ACE is #07C531. Grayscale: #838383. Windows color (decimal): -509234 or 13515512. OLE color: 13515512.

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

Color convert

RGB 248 58 206 -
CMYK 0 0.77 0.17 0.03
HSL 313.26º 0.93% 0.6% -
HSV(B) 313.26º 0.77% 0.97% -
XYZ 51.37 27.44 60.98 -
YUV 131.68 169.95 210.97 -
System Red Green Blue C M Y K H S L
Decimal 248 58 206 0 0.77 0.17 0.03 313.26 0.93 0.6
Hex F8 3A CE 0 4D 11 3 139 5D 3C
Octal 370 72 316 0 115 21 3 471 135 74
Binary 11111000 111010 11001110 0 1001101 10001 11 100111001 1011101 111100

Color Harmonies of #F83ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83ACE

Black with #F83ACE

Text Example


Text Example

White with #F83ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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