Html Css Color HEX #F83ACB Razzle Dazzle Rose

📋 copy color: '#F83ACB'

red 248 ◦ green 58 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F83ACB

Tints of Razzle Dazzle Rose #F83ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 48.72%
G = 11.39%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F83ACB (or 0xF83ACB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and CB. RGB value is (248,58,203). Sum of RGB (Red+Green+Blue) = 248+58+203=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ACB is #07C534. Grayscale: #828282. Windows color (decimal): -509237 or 13318904. OLE color: 13318904.

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

Color convert

RGB 248 58 203 -
CMYK 0 0.77 0.18 0.03
HSL 314.21º 0.93% 0.6% -
HSV(B) 314.21º 0.77% 0.97% -
XYZ 51 27.29 59.08 -
YUV 131.34 168.45 211.21 -
System Red Green Blue C M Y K H S L
Decimal 248 58 203 0 0.77 0.18 0.03 314.21 0.93 0.6
Hex F8 3A CB 0 4D 12 3 13A 5D 3C
Octal 370 72 313 0 115 22 3 472 135 74
Binary 11111000 111010 11001011 0 1001101 10010 11 100111010 1011101 111100

Color Harmonies of #F83ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83ACB

Black with #F83ACB

Text Example


Text Example

White with #F83ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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