Html Css Color HEX #F241BA Razzle Dazzle Rose

📋 copy color: '#F241BA'

red 242 ◦ green 65 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F241BA

Tints of Razzle Dazzle Rose #F241BA

RGB

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

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

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

R = 49.09%
G = 13.18%
B = 37.73%

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

#F241BA (or 0xF241BA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 41 and BA. RGB value is (242,65,186). Sum of RGB (Red+Green+Blue) = 242+65+186=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F241BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F241BA is #0DBE45. Grayscale: #838383. Windows color (decimal): -900678 or 12206578. OLE color: 12206578.

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

Color convert

RGB 242 65 186 -
CMYK 0 0.73 0.23 0.05
HSL 318.98º 0.87% 0.6% -
HSV(B) 318.98º 0.73% 0.95% -
XYZ 47.37 26.2 49.02 -
YUV 131.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 242 65 186 0 0.73 0.23 0.05 318.98 0.87 0.6
Hex F2 41 BA 0 49 17 5 13F 57 3C
Octal 362 101 272 0 111 27 5 477 127 74
Binary 11110010 1000001 10111010 0 1001001 10111 101 100111111 1010111 111100

Color Harmonies of #F241BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241BA

Black with #F241BA

Text Example


Text Example

White with #F241BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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