Html Css Color HEX #F841BA Razzle Dazzle Rose

📋 copy color: '#F841BA'

red 248 ◦ green 65 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F841BA

Tints of Razzle Dazzle Rose #F841BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.03%

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

R = 49.7%
G = 13.03%
B = 37.27%

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

#F841BA (or 0xF841BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and BA. RGB value is (248,65,186). Sum of RGB (Red+Green+Blue) = 248+65+186=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F841BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841BA is #07BE45. Grayscale: #858585. Windows color (decimal): -507462 or 12206584. OLE color: 12206584.

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

Color convert

RGB 248 65 186 -
CMYK 0 0.74 0.25 0.03
HSL 320.33º 0.93% 0.61% -
HSV(B) 320.33º 0.74% 0.97% -
XYZ 49.46 27.28 49.11 -
YUV 133.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 248 65 186 0 0.74 0.25 0.03 320.33 0.93 0.61
Hex F8 41 BA 0 4A 19 3 140 5D 3D
Octal 370 101 272 0 112 31 3 500 135 75
Binary 11111000 1000001 10111010 0 1001010 11001 11 101000000 1011101 111101

Color Harmonies of #F841BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841BA

Black with #F841BA

Text Example


Text Example

White with #F841BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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