Html Css Color HEX #F840BA Razzle Dazzle Rose

📋 copy color: '#F840BA'

red 248 ◦ green 64 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F840BA

Tints of Razzle Dazzle Rose #F840BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.85%

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

R = 49.8%
G = 12.85%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F840BA (or 0xF840BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 40 and BA. RGB value is (248,64,186). Sum of RGB (Red+Green+Blue) = 248+64+186=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F840BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F840BA is #07BF45. Grayscale: #848484. Windows color (decimal): -507718 or 12206328. OLE color: 12206328.

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

Color convert

RGB 248 64 186 -
CMYK 0 0.74 0.25 0.03
HSL 320.22º 0.93% 0.61% -
HSV(B) 320.22º 0.74% 0.97% -
XYZ 49.41 27.17 49.09 -
YUV 132.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 248 64 186 0 0.74 0.25 0.03 320.22 0.93 0.61
Hex F8 40 BA 0 4A 19 3 140 5D 3D
Octal 370 100 272 0 112 31 3 500 135 75
Binary 11111000 1000000 10111010 0 1001010 11001 11 101000000 1011101 111101

Color Harmonies of #F840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F840BA

Black with #F840BA

Text Example


Text Example

White with #F840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F840BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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