Html Css Color HEX #F83CDA Razzle Dazzle Rose

📋 copy color: '#F83CDA'

red 248 ◦ green 60 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F83CDA

Tints of Razzle Dazzle Rose #F83CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.41%

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 47.15%
G = 11.41%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F83CDA (or 0xF83CDA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3C and DA. RGB value is (248,60,218). Sum of RGB (Red+Green+Blue) = 248+60+218=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83CDA is #07C325. Grayscale: #858585. Windows color (decimal): -508710 or 14302456. OLE color: 14302456.

HSL color Cylindrical-coordinate representation of color #F83CDA: hue angle of 309.57º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83CDA is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 60 218 -
CMYK 0 0.76 0.12 0.03
HSL 309.57º 0.93% 0.6% -
HSV(B) 309.57º 0.76% 0.97% -
XYZ 52.98 28.25 68.99 -
YUV 134.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 248 60 218 0 0.76 0.12 0.03 309.57 0.93 0.6
Hex F8 3C DA 0 4C C 3 136 5D 3C
Octal 370 74 332 0 114 14 3 466 135 74
Binary 11111000 111100 11011010 0 1001100 1100 11 100110110 1011101 111100

Color Harmonies of #F83CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83CDA

Black with #F83CDA

Text Example


Text Example

White with #F83CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83CDA; }

 p { color: rgb(248,60,218); }

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

background-color css

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

 a { background-color: rgb(248,60,218); }

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

border-color css

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

 span { border-color: rgb(248,60,218); }

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