Html Css Color HEX #F148CE Razzle Dazzle Rose

📋 copy color: '#F148CE'

red 241 ◦ green 72 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F148CE

Tints of Razzle Dazzle Rose #F148CE

RGB

 RED value IS 241 (94.53% from 255) = 46.44%

 GREEN value IS 72 (28.52% from 255) = 13.87%

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 46.44%
G = 13.87%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F148CE (or 0xF148CE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 48 and CE. RGB value is (241,72,206). Sum of RGB (Red+Green+Blue) = 241+72+206=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F148CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148CE is #0EB731. Grayscale: #898989. Windows color (decimal): -964402 or 13519089. OLE color: 13519089.

HSL color Cylindrical-coordinate representation of color #F148CE: hue angle of 312.43º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F148CE is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 206 -
CMYK 0 0.70 0.15 0.05
HSL 312.43º 0.86% 0.61% -
HSV(B) 312.43º 0.7% 0.95% -
XYZ 49.73 27.79 61.14 -
YUV 137.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 241 72 206 0 0.70 0.15 0.05 312.43 0.86 0.61
Hex F1 48 CE 0 46 F 5 138 56 3D
Octal 361 110 316 0 106 17 5 470 126 75
Binary 11110001 1001000 11001110 0 1000110 1111 101 100111000 1010110 111101

Color Harmonies of #F148CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F148CE

Black with #F148CE

Text Example


Text Example

White with #F148CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F148CE; }

 p { color: rgb(241,72,206); }

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

background-color css

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

 a { background-color: rgb(241,72,206); }

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

border-color css

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

 span { border-color: rgb(241,72,206); }

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