Html Css Color HEX #F83AF2 Razzle Dazzle Rose

📋 copy color: '#F83AF2'

red 248 ◦ green 58 ◦ blue 242

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

Shades of Razzle Dazzle Rose #F83AF2

Tints of Razzle Dazzle Rose #F83AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 45.26%
G = 10.58%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F83AF2 (or 0xF83AF2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and F2. RGB value is (248,58,242). Sum of RGB (Red+Green+Blue) = 248+58+242=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 58 (23.05% from 255 or 10.58% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83AF2 is #07C50D. Grayscale: #878787. Windows color (decimal): -509198 or 15874808. OLE color: 15874808.

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

Color convert

RGB 248 58 242 -
CMYK 0 0.77 0.02 0.03
HSL 301.89º 0.93% 0.6% -
HSV(B) 301.89º 0.77% 0.97% -
XYZ 56.25 29.39 86.71 -
YUV 135.79 187.95 208.04 -
System Red Green Blue C M Y K H S L
Decimal 248 58 242 0 0.77 0.02 0.03 301.89 0.93 0.6
Hex F8 3A F2 0 4D 2 3 12E 5D 3C
Octal 370 72 362 0 115 2 3 456 135 74
Binary 11111000 111010 11110010 0 1001101 10 11 100101110 1011101 111100

Color Harmonies of #F83AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83AF2

Black with #F83AF2

Text Example


Text Example

White with #F83AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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