Html Css Color HEX #F841BF Razzle Dazzle Rose

📋 copy color: '#F841BF'

red 248 ◦ green 65 ◦ blue 191

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

Shades of Razzle Dazzle Rose #F841BF

Tints of Razzle Dazzle Rose #F841BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 49.21%
G = 12.9%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F841BF (or 0xF841BF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and BF. RGB value is (248,65,191). Sum of RGB (Red+Green+Blue) = 248+65+191=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F841BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841BF is #07BE40. Grayscale: #858585. Windows color (decimal): -507457 or 12534264. OLE color: 12534264.

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

Color convert

RGB 248 65 191 -
CMYK 0 0.74 0.23 0.03
HSL 318.69º 0.93% 0.61% -
HSV(B) 318.69º 0.74% 0.97% -
XYZ 50.01 27.5 51.96 -
YUV 134.08 160.13 209.25 -
System Red Green Blue C M Y K H S L
Decimal 248 65 191 0 0.74 0.23 0.03 318.69 0.93 0.61
Hex F8 41 BF 0 4A 17 3 13F 5D 3D
Octal 370 101 277 0 112 27 3 477 135 75
Binary 11111000 1000001 10111111 0 1001010 10111 11 100111111 1011101 111101

Color Harmonies of #F841BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841BF

Black with #F841BF

Text Example


Text Example

White with #F841BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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