Html Css Color HEX #F83DBA Razzle Dazzle Rose

📋 copy color: '#F83DBA'

red 248 ◦ green 61 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F83DBA

Tints of Razzle Dazzle Rose #F83DBA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.32%

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 50.1%
G = 12.32%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F83DBA (or 0xF83DBA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and BA. RGB value is (248,61,186). Sum of RGB (Red+Green+Blue) = 248+61+186=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DBA is #07C245. Grayscale: #828282. Windows color (decimal): -508486 or 12205560. OLE color: 12205560.

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

Color convert

RGB 248 61 186 -
CMYK 0 0.75 0.25 0.03
HSL 319.89º 0.93% 0.61% -
HSV(B) 319.89º 0.75% 0.97% -
XYZ 49.24 26.84 49.04 -
YUV 131.16 158.95 211.34 -
System Red Green Blue C M Y K H S L
Decimal 248 61 186 0 0.75 0.25 0.03 319.89 0.93 0.61
Hex F8 3D BA 0 4B 19 3 140 5D 3D
Octal 370 75 272 0 113 31 3 500 135 75
Binary 11111000 111101 10111010 0 1001011 11001 11 101000000 1011101 111101

Color Harmonies of #F83DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83DBA

Black with #F83DBA

Text Example


Text Example

White with #F83DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83DBA; }

 p { color: rgb(248,61,186); }

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

background-color css

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

 a { background-color: rgb(248,61,186); }

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

border-color css

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

 span { border-color: rgb(248,61,186); }

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