Html Css Color HEX #F241BB Razzle Dazzle Rose

📋 copy color: '#F241BB'

red 242 ◦ green 65 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F241BB

Tints of Razzle Dazzle Rose #F241BB

RGB

 RED value IS 242 (94.92% from 255) = 48.99%

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 48.99%
G = 13.16%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F241BB (or 0xF241BB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and BB. RGB value is (242,65,187). Sum of RGB (Red+Green+Blue) = 242+65+187=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F241BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241BB is #0DBE44. Grayscale: #838383. Windows color (decimal): -900677 or 12272114. OLE color: 12272114.

HSL color Cylindrical-coordinate representation of color #F241BB: hue angle of 318.64º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F241BB is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 65 187 -
CMYK 0 0.73 0.23 0.05
HSL 318.64º 0.87% 0.6% -
HSV(B) 318.64º 0.73% 0.95% -
XYZ 47.48 26.25 49.58 -
YUV 131.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 242 65 187 0 0.73 0.23 0.05 318.64 0.87 0.6
Hex F2 41 BB 0 49 17 5 13F 57 3C
Octal 362 101 273 0 111 27 5 477 127 74
Binary 11110010 1000001 10111011 0 1001001 10111 101 100111111 1010111 111100

Color Harmonies of #F241BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241BB

Black with #F241BB

Text Example


Text Example

White with #F241BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241BB; }

 p { color: rgb(242,65,187); }

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

background-color css

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

 a { background-color: rgb(242,65,187); }

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

border-color css

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

 span { border-color: rgb(242,65,187); }

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