Html Css Color HEX #F838CB Razzle Dazzle Rose

📋 copy color: '#F838CB'

red 248 ◦ green 56 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F838CB

Tints of Razzle Dazzle Rose #F838CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.05%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 48.92%
G = 11.05%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F838CB (or 0xF838CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and CB. RGB value is (248,56,203). Sum of RGB (Red+Green+Blue) = 248+56+203=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F838CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838CB is #07C734. Grayscale: #818181. Windows color (decimal): -509749 or 13318392. OLE color: 13318392.

HSL color Cylindrical-coordinate representation of color #F838CB: hue angle of 314.06º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F838CB is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 56 203 -
CMYK 0 0.77 0.18 0.03
HSL 314.06º 0.93% 0.6% -
HSV(B) 314.06º 0.77% 0.97% -
XYZ 50.91 27.1 59.05 -
YUV 130.17 169.11 212.05 -
System Red Green Blue C M Y K H S L
Decimal 248 56 203 0 0.77 0.18 0.03 314.06 0.93 0.6
Hex F8 38 CB 0 4D 12 3 13A 5D 3C
Octal 370 70 313 0 115 22 3 472 135 74
Binary 11111000 111000 11001011 0 1001101 10010 11 100111010 1011101 111100

Color Harmonies of #F838CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F838CB

Black with #F838CB

Text Example


Text Example

White with #F838CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F838CB; }

 p { color: rgb(248,56,203); }

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

background-color css

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

 a { background-color: rgb(248,56,203); }

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

border-color css

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

 span { border-color: rgb(248,56,203); }

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