Html Css Color HEX #F83AF1 Razzle Dazzle Rose

📋 copy color: '#F83AF1'

red 248 ◦ green 58 ◦ blue 241

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

Shades of Razzle Dazzle Rose #F83AF1

Tints of Razzle Dazzle Rose #F83AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 45.34%
G = 10.6%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F83AF1 (or 0xF83AF1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and F1. RGB value is (248,58,241). Sum of RGB (Red+Green+Blue) = 248+58+241=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 58 (23.05% from 255 or 10.60% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AF1 is #07C50E. Grayscale: #878787. Windows color (decimal): -509199 or 15809272. OLE color: 15809272.

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

Color convert

RGB 248 58 241 -
CMYK 0 0.77 0.03 0.03
HSL 302.21º 0.93% 0.6% -
HSV(B) 302.21º 0.77% 0.97% -
XYZ 56.1 29.33 85.92 -
YUV 135.67 187.45 208.12 -
System Red Green Blue C M Y K H S L
Decimal 248 58 241 0 0.77 0.03 0.03 302.21 0.93 0.6
Hex F8 3A F1 0 4D 3 3 12E 5D 3C
Octal 370 72 361 0 115 3 3 456 135 74
Binary 11111000 111010 11110001 0 1001101 11 11 100101110 1011101 111100

Color Harmonies of #F83AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83AF1

Black with #F83AF1

Text Example


Text Example

White with #F83AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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